Help DejaGnu avoid pipe-jam by producing less output from certain test cases.
[oota-llvm.git] / test / CodeGen / X86 / vector.ll
index ab56c8ac5fc9d04eccc76c3391b8509b92523c2b..e7f3b922013c3b3eda6338f26d5543751c46bdbc 100644 (file)
@@ -1,6 +1,6 @@
 ; Test that vectors are scalarized/lowered correctly.
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 > %t
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah > %t
 
 %d8 = type <8 x double>
 %f1 = type <1 x float>