Avoid generating tempfile(s) never used

As DejaGNU is deprecated, it seems pipe-jam issue doesn't exist any more.

llvm-svn: 180892
This commit is contained in:
Michael Liao 2013-05-01 22:46:50 +00:00
parent c65a6d7630
commit d2d42f1b2d
1 changed files with 2 additions and 2 deletions

View 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>