aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2014-03-03 14:41:57 -0800
committerDan Gohman <sunfish@mozilla.com>2014-03-03 14:41:57 -0800
commit4e93069cf287dc43b74783a0f64ecd4445e96b9c (patch)
treebf228c51d1cb19efb53afff242340e39c3eb3c67 /tests/cases
parent6b58586884c76dcf3b1ba76e7dc533e5589133cb (diff)
Revert the extendedprecision.ll change in 76ad462, since this test isn't disabled for non-fastcomp.
Diffstat (limited to 'tests/cases')
-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