diff options
Diffstat (limited to 'test/Transforms/LoopUnswitch')
-rw-r--r-- | test/Transforms/LoopUnswitch/basictest.ll | 2 | ||||
-rw-r--r-- | test/Transforms/LoopUnswitch/infinite-loop.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LoopUnswitch/basictest.ll b/test/Transforms/LoopUnswitch/basictest.ll index e98d82b..85e44ec 100644 --- a/test/Transforms/LoopUnswitch/basictest.ll +++ b/test/Transforms/LoopUnswitch/basictest.ll @@ -32,7 +32,7 @@ return: ; preds = %endif, %then ; This simple test would normally unswitch, but should be inhibited by the presence of ; the noduplicate call. -; CHECK: @test2 +; CHECK-LABEL: @test2( define i32 @test2(i32* %var) { %mem = alloca i32 store i32 2, i32* %mem diff --git a/test/Transforms/LoopUnswitch/infinite-loop.ll b/test/Transforms/LoopUnswitch/infinite-loop.ll index 8261e38..e79d874 100644 --- a/test/Transforms/LoopUnswitch/infinite-loop.ll +++ b/test/Transforms/LoopUnswitch/infinite-loop.ll @@ -11,7 +11,7 @@ ; STATS: 2 loop-unswitch - Number of branches unswitched ; STATS: 1 loop-unswitch - Number of unswitches that are trivial -; CHECK: @func_16 +; CHECK-LABEL: @func_16( ; CHECK-NEXT: entry: ; CHECK-NEXT: br i1 %a, label %entry.split, label %abort0.split |