diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-06-19 21:46:25 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-06-19 21:46:25 +0000 |
commit | 77a0cfb19aeac98e3db932ed715e2f942085685b (patch) | |
tree | 1ef521f64146131fbfeab4c370c6a862ec97b656 /llvm/test/CodeGen/PowerPC/coalesce-ext.ll | |
parent | 72cd8ea5e552136c3918b31c6ecbc1ea6cada92b (diff) | |
download | bcm5719-llvm-77a0cfb19aeac98e3db932ed715e2f942085685b.tar.gz bcm5719-llvm-77a0cfb19aeac98e3db932ed715e2f942085685b.zip |
Add a triple.
The test was failing on Linux because of asm syntax differences.
llvm-svn: 158748
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/coalesce-ext.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/coalesce-ext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/coalesce-ext.ll b/llvm/test/CodeGen/PowerPC/coalesce-ext.ll index 08a2cc773fd..cc80f833079 100644 --- a/llvm/test/CodeGen/PowerPC/coalesce-ext.ll +++ b/llvm/test/CodeGen/PowerPC/coalesce-ext.ll @@ -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 { |