[NFC] Fix metadata placement in test

llvm-svn: 325215
This commit is contained in:
Max Kazantsev 2018-02-15 07:13:18 +00:00
parent c5941d12f4
commit 6e4ce23add
1 changed files with 1 additions and 3 deletions

View File

@ -141,8 +141,6 @@ for.end: ; preds = %if.end, %entry
ret void ret void
} }
!0 = !{i64 0, i64 100}
; Negative test - we can't show that the internal branch executes, so we can't ; Negative test - we can't show that the internal branch executes, so we can't
; fold the test to a loop invariant one. ; fold the test to a loop invariant one.
define void @test1_neg(i64 %start) { define void @test1_neg(i64 %start) {
@ -387,7 +385,7 @@ exit:
ret void ret void
} }
!0 = !{i64 0, i64 100}
!1 = !{i64 -1, i64 100} !1 = !{i64 -1, i64 100}
declare void @foo() declare void @foo()