diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-21 19:27:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-21 19:27:38 +0000 |
| commit | c43c88ebce6c4d89ad9e0d9897a15ee376f8535a (patch) | |
| tree | 2405fd7498037a887351187280a3a2788733fc94 | |
| parent | 8f4009707336768b1112f54d3a1d66d8d9e8ca7a (diff) | |
| download | bcm5719-llvm-c43c88ebce6c4d89ad9e0d9897a15ee376f8535a.tar.gz bcm5719-llvm-c43c88ebce6c4d89ad9e0d9897a15ee376f8535a.zip | |
add a triple so that this doesn't fail due to linux/ppc register printing
syntax.
llvm-svn: 96748
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/addc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/addc.ll b/llvm/test/CodeGen/PowerPC/addc.ll index f700b793fbd..8c928ce8bca 100644 --- a/llvm/test/CodeGen/PowerPC/addc.ll +++ b/llvm/test/CodeGen/PowerPC/addc.ll @@ -1,5 +1,5 @@ ; All of these should be codegen'd without loading immediates -; RUN: llc < %s -march=ppc32 | FileCheck %s +; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck %s define i64 @add_ll(i64 %a, i64 %b) nounwind { entry: |

