aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-03-03 15:18:17 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-03-03 15:18:17 -0800
commitbc921f43a57650c50f609b14e19f54c3d2f32cc5 (patch)
treebf228c51d1cb19efb53afff242340e39c3eb3c67
parent6b58586884c76dcf3b1ba76e7dc533e5589133cb (diff)
parent4e93069cf287dc43b74783a0f64ecd4445e96b9c (diff)
Merge pull request #2179 from sunfishcode/incoming
Revert the extendedprecision.ll change in 76ad462, since this test isn't...
-rw-r--r--tests/cases/extendedprecision.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cases/extendedprecision.ll b/tests/cases/extendedprecision.ll
index 150e8bb4..6f1b2626 100644
--- a/tests/cases/extendedprecision.ll
+++ b/tests/cases/extendedprecision.ll
@@ -7,7 +7,7 @@ target triple = "i386-pc-linux-gnu"
; [#uses=2]
define void @"\01_Z5hellov"(x86_fp80 %waka) {
entry:
- %0 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i32* bitcast (i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0) to i32*)) ; [#uses=0]
+ %0 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
br label %return
return: ; preds = %entry
@@ -23,7 +23,7 @@ entry:
%retval = alloca i32 ; [#uses=2]
%0 = alloca i32 ; [#uses=2]
%"alloca point" = bitcast i32 0 to i32 ; [#uses=0]
- call void @"\01_Z5hellov"(x86_fp80 0xK00000000000000000000)
+ call void @"\01_Z5hellov"(x86_fp80 0x00000000000000000000)
store i32 0, i32* %0, align 4
%1 = load i32* %0, align 4 ; [#uses=1]
store i32 %1, i32* %retval, align 4