Skip to content

Commit

Permalink
Avoid generating tempfile(s) never used
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hliao2 committed May 1, 2013
1 parent c9e180a commit 2bab197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CodeGen/X86/vector.ll
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 2bab197

Please sign in to comment.