diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2015-01-05 23:17:43 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2015-01-05 23:17:43 +0000 |
| commit | f93f56d6197ba3c35a3acd23ec7d136af01173d6 (patch) | |
| tree | 95d901127c358ac83a9d20da690e2b6192ff66d8 /llvm | |
| parent | 89ce955a32dc4d6bd68da2e32122d3eb3345a682 (diff) | |
| download | bcm5719-llvm-f93f56d6197ba3c35a3acd23ec7d136af01173d6.tar.gz bcm5719-llvm-f93f56d6197ba3c35a3acd23ec7d136af01173d6.zip | |
[PowerPC] Fix test to pass on Darwin hosts
llvm-svn: 225220
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll b/llvm/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll index bbca76fd087..3624b510930 100644 --- a/llvm/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll +++ b/llvm/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s -march=ppc64 -mcpu=g5 | FileCheck %s +; RUN: llc -mcpu=g5 < %s | FileCheck %s +target datalayout = "E-m:e-i64:64-n32:64" +target triple = "powerpc64-unknown-linux-gnu" define i32 @_ZNK4llvm5APInt17countLeadingZerosEv(i64 *%t) nounwind { %tmp19 = load i64* %t |

