forked from OSchip/llvm-project
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:
parent
c65a6d7630
commit
d2d42f1b2d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue