relax this to handle linux defaulting to -static.
authorChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2010 01:31:13 +0000 (01:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2010 01:31:13 +0000 (01:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120930 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/select.ll

index 9dadbb0741076651a147e362523199ac5c32313a..8b8fb3b19ce0eff170c8196b1511d04cca7d4c58 100644 (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 {