1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[FuncSpec] Fixed prefix typo in test function-specialization-noexec.ll. NFC.

This commit is contained in:
Sjoerd Meijer 2021-06-16 16:21:16 +01:00
parent 59503026a4
commit 6a5d677fd3

View File

@ -2,8 +2,8 @@
; The if.then block is not executed, so check that we don't specialise here.
; CHECK-NOT: @func.1(
; CHECK-NOT: @func.2(
; CHECK-NOT: @foo.1(
; CHECK-NOT: @foo.2(
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"