mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[PowerPC] Fix test to pass on Darwin hosts
llvm-svn: 225220
This commit is contained in:
parent
3ac5d36873
commit
830efa26f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user