[llvm-commits] [llvm] r37928 - /llvm/trunk/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll

Evan Cheng evan.cheng at apple.com
Thu Jul 5 16:00:50 PDT 2007


Author: evancheng
Date: Thu Jul  5 18:00:50 2007
New Revision: 37928

URL: http://llvm.org/viewvc/llvm-project?rev=37928&view=rev
Log:
Fix test.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll?rev=37928&r1=37927&r2=37928&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll Thu Jul  5 18:00:50 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32
+; RUN: llvm-as < %s | llc -march=ppc32 -mattr=+altivec
 
 	%struct.XATest = type { float, i16, i8, i8 }
 	%struct.XArrayRange = type { i8, i8, i8, i8 }





More information about the llvm-commits mailing list