diff options
Diffstat (limited to 'test/Assembler/2002-08-15-ConstantExprProblem.ll')
-rw-r--r-- | test/Assembler/2002-08-15-ConstantExprProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-08-15-ConstantExprProblem.ll b/test/Assembler/2002-08-15-ConstantExprProblem.ll index 343a104..47a3f9c 100644 --- a/test/Assembler/2002-08-15-ConstantExprProblem.ll +++ b/test/Assembler/2002-08-15-ConstantExprProblem.ll @@ -8,7 +8,7 @@ define i8* @test() { br label %BB1 BB1: ; preds = %BB2, %0 - %ret = phi i8* [ getelementptr ([12 x i8]* @.LC0, i64 0, i64 0), %0 ], [ null, %BB2 ] ; <i8*> [#uses=1] + %ret = phi i8* [ getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0), %0 ], [ null, %BB2 ] ; <i8*> [#uses=1] ret i8* %ret BB2: ; No predecessors! |