test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r1348...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Jul 2011 16:21:52 +0000 (16:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 11 Jul 2011 16:21:52 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134900 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/vector.ll

index ee4da315f9277c8aec5ce3c9a02a11f1ce07bfc7..e4c3b0db17267b2de498716cae6fa50c54056390 100644 (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>