diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
commit | f8af5cf600354830d4ccf59732403f0f073eccb9 (patch) | |
tree | 2ba0398b4c42ad4f55561327538044fd2c925a8b /test/Transforms/LoopUnswitch | |
parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) |
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 | ||||
-rw-r--r-- | test/Transforms/LoopUnswitch/lit.local.cfg | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/test/Transforms/LoopUnswitch/basictest.ll b/test/Transforms/LoopUnswitch/basictest.ll index e98d82b6522db..85e44eca9b63c 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 8261e389370a2..e79d874d9ca64 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 diff --git a/test/Transforms/LoopUnswitch/lit.local.cfg b/test/Transforms/LoopUnswitch/lit.local.cfg deleted file mode 100644 index 19eebc0ac7ac3..0000000000000 --- a/test/Transforms/LoopUnswitch/lit.local.cfg +++ /dev/null @@ -1 +0,0 @@ -config.suffixes = ['.ll', '.c', '.cpp'] |