[llvm-commits] [llvm] r96748 - /llvm/trunk/test/CodeGen/PowerPC/addc.ll

Chris Lattner sabre at nondot.org
Sun Feb 21 11:27:38 PST 2010


Author: lattner
Date: Sun Feb 21 13:27:38 2010
New Revision: 96748

URL: http://llvm.org/viewvc/llvm-project?rev=96748&view=rev
Log:
add a triple so that this doesn't fail due to linux/ppc register printing 
syntax.

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

Modified: llvm/trunk/test/CodeGen/PowerPC/addc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/addc.ll?rev=96748&r1=96747&r2=96748&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/addc.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/addc.ll Sun Feb 21 13:27:38 2010
@@ -1,5 +1,5 @@
 ; All of these should be codegen'd without loading immediates
-; RUN: llc < %s -march=ppc32 | FileCheck %s
+; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck %s
 
 define i64 @add_ll(i64 %a, i64 %b) nounwind {
 entry:





More information about the llvm-commits mailing list