Avoid generating tempfile(s) never used
authorMichael Liao <michael.liao@intel.com>
Wed, 1 May 2013 22:46:50 +0000 (22:46 +0000)
committerMichael Liao <michael.liao@intel.com>
Wed, 1 May 2013 22:46:50 +0000 (22:46 +0000)
As DejaGNU is deprecated, it seems pipe-jam issue doesn't exist any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180892 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vector.ll

index 46b0e1890f11a8da09b651017f22af07834923bb..82d20a23f35771e54f0345e2e88f5e5baa696f00 100644 (file)
@@ -1,6 +1,6 @@
 ; Test that vectors are scalarized/lowered correctly.
-; RUN: llc < %s -march=x86 -mcpu=i386 > %t
-; RUN: llc < %s -march=x86 -mcpu=yonah >> %t
+; RUN: llc < %s -march=x86 -mcpu=i386
+; RUN: llc < %s -march=x86 -mcpu=yonah
 
 %d8 = type <8 x double>
 %f1 = type <1 x float>