[llvm-commits] [llvm] r134900 - /llvm/trunk/test/CodeGen/PowerPC/vector.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 11 09:21:52 PDT 2011


Author: chapuni
Date: Mon Jul 11 11:21:52 2011
New Revision: 134900

URL: http://llvm.org/viewvc/llvm-project?rev=134900&view=rev
Log:
test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll).

Modified:
    llvm/trunk/test/CodeGen/PowerPC/vector.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/vector.ll?rev=134900&r1=134899&r2=134900&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/vector.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/vector.ll Mon Jul 11 11:21:52 2011
@@ -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>





More information about the llvm-commits mailing list