Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2007-03-01-SpillerCrash.ll
index 721b6e7e20949a3c029d16eb5b0d5b9c1ed2f9a5..dbbb611dc75aaf90641366a6e326daf46c9f2e2e 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin8 -mattr=+sse2
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin8 -mattr=+sse2 | not grep movhlps
+; RUN: llc < %s -mtriple=x86_64-apple-darwin8 -mattr=+sse2
+; RUN: llc < %s -mtriple=x86_64-apple-darwin8 -mattr=+sse2 | not grep movhlps
 
 define void @test() nounwind {
 test.exit:
        fmul <4 x float> zeroinitializer, zeroinitializer               ; <<4 x float>>:0 [#uses=4]
-       load <4 x float>* null          ; <<4 x float>>:1 [#uses=1]
+       load <4 x float>, <4 x float>* null             ; <<4 x float>>:1 [#uses=1]
        shufflevector <4 x float> %1, <4 x float> undef, <4 x i32> < i32 3, i32 3, i32 3, i32 3 >               ; <<4 x float>>:2 [#uses=1]
        fmul <4 x float> %0, %2         ; <<4 x float>>:3 [#uses=1]
        fsub <4 x float> zeroinitializer, %3            ; <<4 x float>>:4 [#uses=1]