CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / 2006-05-17-VectorArg.ll
index 1d24b776db2013198ccc0a5241cef61a598468fe..b36d61e0f31b1b2691a8d35758398f0357f18c3d 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
+; RUN: llc < %s -march=x86 -mattr=+sse2
 
-define <4 x float> @opRSQ(<4 x float> %a) {
+define <4 x float> @opRSQ(<4 x float> %a) nounwind {
 entry:
        %tmp2 = extractelement <4 x float> %a, i32 3            ; <float> [#uses=2]
        %abscond = fcmp oge float %tmp2, -0.000000e+00          ; <i1> [#uses=1]