diff options
author | Max Kazantsev <max.kazantsev@azul.com> | 2018-02-15 07:13:18 +0000 |
---|---|---|
committer | Max Kazantsev <max.kazantsev@azul.com> | 2018-02-15 07:13:18 +0000 |
commit | 6e4ce23add3d57d06441933eb36dde3b69feea77 (patch) | |
tree | 1ba565d12864725c7ef1f588086f862abe78f9e3 | |
parent | c5941d12f430ecb0efa458b3f4acd674807241ad (diff) | |
download | bcm5719-llvm-6e4ce23add3d57d06441933eb36dde3b69feea77.tar.gz bcm5719-llvm-6e4ce23add3d57d06441933eb36dde3b69feea77.zip |
[NFC] Fix metadata placement in test
llvm-svn: 325215
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll b/llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll index 0ce4baacedd..1a63c795548 100644 --- a/llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll +++ b/llvm/test/Transforms/IndVarSimplify/loop-invariant-conditions.ll @@ -141,8 +141,6 @@ for.end: ; preds = %if.end, %entry ret void } -!0 = !{i64 0, i64 100} - ; Negative test - we can't show that the internal branch executes, so we can't ; fold the test to a loop invariant one. define void @test1_neg(i64 %start) { @@ -387,7 +385,7 @@ exit: ret void } +!0 = !{i64 0, i64 100} !1 = !{i64 -1, i64 100} - declare void @foo() |