mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[PowerPC] Fix test to pass on Darwin hosts
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225220 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a767eed6f1
commit
38c3e2f5c5
@ -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