test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll).

llvm-svn: 134900
This commit is contained in:
NAKAMURA Takumi 2011-07-11 16:21:52 +00:00
parent c7ec4539ed
commit 5b304432bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; Test that vectors are scalarized/lowered correctly.
; RUN: llc < %s -march=ppc32 -mcpu=g5 > %t
; RUN: llc < %s -march=ppc32 -mcpu=g3 > %t
; RUN: llc < %s -march=ppc32 -mcpu=g3 >> %t
%d8 = type <8 x double>
%f1 = type <1 x float>