Fix a minor regression from my dag combiner changes. One more place which needs to...
[oota-llvm.git] / test / CodeGen / X86 / sret.ll
index 30e5af41123ddda2f47cf7f4d5275b542e4b429f..b9455300bdbb11c3848c85ce6eba5578f2693128 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep ret | grep 4
+; RUN: llc < %s -march=x86 | grep ret | grep 4
 
        %struct.foo = type { [4 x i32] }