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 | 9efc6d3ac3bb058d8d62f8c93dbb006aefb3d778 (patch) | |
tree | 8464b1cf8f970197f3538c75ef884d13e3e81448 /test/CodeGen/PowerPC/coalesce-ext.ll | |
parent | 7164288c3eb52e20454fc757440f867f04eb13a4 (diff) | |
download | external_llvm-9efc6d3ac3bb058d8d62f8c93dbb006aefb3d778.zip external_llvm-9efc6d3ac3bb058d8d62f8c93dbb006aefb3d778.tar.gz external_llvm-9efc6d3ac3bb058d8d62f8c93dbb006aefb3d778.tar.bz2 |
Add a triple.
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
Diffstat (limited to 'test/CodeGen/PowerPC/coalesce-ext.ll')
-rw-r--r-- | test/CodeGen/PowerPC/coalesce-ext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/coalesce-ext.ll b/test/CodeGen/PowerPC/coalesce-ext.ll index 08a2cc7..cc80f83 100644 --- a/test/CodeGen/PowerPC/coalesce-ext.ll +++ b/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 { |