diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll b/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll index fb8cdce..dc9734f 100644 --- a/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll +++ b/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll @@ -7,7 +7,7 @@ declare fastcc void @emit_numeric_escape(i32, i32, %struct._cpp_strbuf*, i32) no define i32 @cpp_interpret_string(i32 %pfile, %struct.cpp_string* %from, i32 %wide) nounwind { entry: - %tmp61 = load i32* null, align 4 ; <i32> [#uses=1] + %tmp61 = load i32, i32* null, align 4 ; <i32> [#uses=1] %toBool = icmp eq i32 %wide, 0 ; <i1> [#uses=2] %iftmp.87.0 = select i1 %toBool, i32 %tmp61, i32 0 ; <i32> [#uses=2] %tmp69 = icmp ult i32 %iftmp.87.0, 33 ; <i1> [#uses=1] @@ -23,7 +23,7 @@ bb94: ; preds = %bb79 bb103: ; preds = %bb79 ret i32 0 bb130.preheader: ; preds = %bb94 - %tmp134 = getelementptr %struct.cpp_string* %from, i32 0, i32 1 ; <i8**> [#uses=0] + %tmp134 = getelementptr %struct.cpp_string, %struct.cpp_string* %from, i32 0, i32 1 ; <i8**> [#uses=0] ret i32 0 bb729: ; preds = %bb94 call fastcc void @emit_numeric_escape( i32 %pfile, i32 0, %struct._cpp_strbuf* null, i32 %wide ) nounwind |