diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-11 16:21:52 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-11 16:21:52 +0000 |
commit | fecdc983908169a804960ec97a6d5a518d1fa72c (patch) | |
tree | 43f8c88a034393190d64626a6185b2dce07c4d8b /test/CodeGen/PowerPC/vector.ll | |
parent | eeb64ae6e52ac2a7980884fe89c01508014af6a9 (diff) |
test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/vector.ll')
-rw-r--r-- | test/CodeGen/PowerPC/vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/vector.ll b/test/CodeGen/PowerPC/vector.ll index ee4da315f9..e4c3b0db17 100644 --- a/test/CodeGen/PowerPC/vector.ll +++ b/test/CodeGen/PowerPC/vector.ll @@ -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> |