diff options
Diffstat (limited to 'test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll')
-rw-r--r-- | test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll b/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll index 5483b73..2ec49f4 100644 --- a/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll +++ b/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll @@ -25,8 +25,8 @@ invcont: ; preds = %entry to label %invcont1 unwind label %lpad ; <i8> [#uses=0] invcont1: ; preds = %invcont - %6 = getelementptr inbounds %struct.ComplexType* %2, i64 0, i32 0 ; <i32*> [#uses=1] - %7 = load i32* %6, align 4 ; <i32> [#uses=1] + %6 = getelementptr inbounds %struct.ComplexType, %struct.ComplexType* %2, i64 0, i32 0 ; <i32*> [#uses=1] + %7 = load i32, i32* %6, align 4 ; <i32> [#uses=1] invoke void @booleanAndDataReply(i32 %7, i32 undef, i32 %requestID, i32 undef, i64 undef, i32 undef) to label %invcont2 unwind label %lpad |