[llvm-commits] [llvm] r158748 - /llvm/trunk/test/CodeGen/PowerPC/coalesce-ext.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue Jun 19 14:46:25 PDT 2012
Author: stoklund
Date: Tue Jun 19 16:46:25 2012
New Revision: 158748
URL: http://llvm.org/viewvc/llvm-project?rev=158748&view=rev
Log:
Add a triple.
The test was failing on Linux because of asm syntax differences.
Modified:
llvm/trunk/test/CodeGen/PowerPC/coalesce-ext.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/coalesce-ext.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/coalesce-ext.ll?rev=158748&r1=158747&r2=158748&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/coalesce-ext.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/coalesce-ext.ll Tue Jun 19 16:46:25 2012
@@ -1,4 +1,4 @@
-; RUN: llc -march=ppc64 < %s | FileCheck %s
+; RUN: llc -march=ppc64 -mtriple=powerpc64-apple-darwin < %s | FileCheck %s
; Check that the peephole optimizer knows about sext and zext instructions.
; CHECK: test1sext
define i32 @test1sext(i64 %A, i64 %B, i32* %P, i64 *%P2) nounwind {
More information about the llvm-commits
mailing list