tests: Fix 'instruction does not dominate all its uses' error

The LLVM-IR of this test case was apperently incorrect.

llvm-svn: 179672
This commit is contained in:
Tobias Grosser 2013-04-17 07:20:17 +00:00
parent 6ddf14db89
commit 36a01b0a28
1 changed files with 1 additions and 1 deletions

View File

@ -8,10 +8,10 @@ define void @main() nounwind {
.start:
%indvar15 = phi i64 [ 0, %.split ], [ %indvar.next16, %.loopexit ]
%tmp25 = add i64 %indvar15, 1
br i1 true, label %.preheader, label %.loop2
.preheader:
%tmp25 = add i64 %indvar15, 1
br label %.loop1
.loop1: