Add a triple.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 19 Jun 2012 21:46:25 +0000 (21:46 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 19 Jun 2012 21:46:25 +0000 (21:46 +0000)
The test was failing on Linux because of asm syntax differences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158748 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/coalesce-ext.ll

index 08a2cc773fd5aa994ee51ce3f2f4de27e600a677..cc80f8330798b1f7f9232058945bc7db2dd6c882 100644 (file)
@@ -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 {