diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-05 01:31:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-05 01:31:13 +0000 |
commit | 77a11c6174d506f4adfb10a5e4d38606244dad69 (patch) | |
tree | cc3a60b4c434e866b6e0626ad6b3171128afc98d /llvm/test/CodeGen/X86/select.ll | |
parent | 342e6ea5f92608893dc864eba0bb60151fd90b82 (diff) | |
download | bcm5719-llvm-77a11c6174d506f4adfb10a5e4d38606244dad69.tar.gz bcm5719-llvm-77a11c6174d506f4adfb10a5e4d38606244dad69.zip |
relax this to handle linux defaulting to -static.
llvm-svn: 120930
Diffstat (limited to 'llvm/test/CodeGen/X86/select.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/select.ll b/llvm/test/CodeGen/X86/select.ll index 9dadbb07410..8b8fb3b19ce 100644 --- a/llvm/test/CodeGen/X86/select.ll +++ b/llvm/test/CodeGen/X86/select.ll @@ -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 { |