Revert the extendedprecision.ll change in 76ad462
, since this test isn't disabled for non-fastcomp.
This commit is contained in:
Родитель
6b58586884
Коммит
4e93069cf2
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче