1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

relax this to handle linux defaulting to -static.

llvm-svn: 120930
This commit is contained in:
Chris Lattner 2010-12-05 01:31:13 +00:00
parent 474ed0aa9b
commit e1c32a116b

View File

@ -43,7 +43,7 @@ entry:
%iftmp.0.0 = select i1 %0, float 4.200000e+01, float 2.300000e+01 ; <float> [#uses=1]
ret float %iftmp.0.0
; CHECK: test3:
; CHECK: movss ({{.*}},4), %xmm0
; CHECK: movss {{.*}},4), %xmm0
}
define signext i8 @test4(i8* nocapture %P, double %F) nounwind readonly {