[llvm-commits] [llvm] r38462 - /llvm/trunk/test/CodeGen/PowerPC/compare-duplicate.ll

Chris Lattner sabre at nondot.org
Mon Jul 9 10:14:58 PDT 2007


Author: lattner
Date: Mon Jul  9 12:14:58 2007
New Revision: 38462

URL: http://llvm.org/viewvc/llvm-project?rev=38462&view=rev
Log:
add target triple to fix PR1546


Modified:
    llvm/trunk/test/CodeGen/PowerPC/compare-duplicate.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/compare-duplicate.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/compare-duplicate.ll?rev=38462&r1=38461&r2=38462&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/compare-duplicate.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/compare-duplicate.ll Mon Jul  9 12:14:58 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | not grep slwi
+; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin8  | not grep slwi
 
 define i32 @test(i32 %A, i32 %B) {
 	%C = sub i32 %B, %A





More information about the llvm-commits mailing list