1
0
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:
Hal Finkel 2015-01-05 23:17:43 +00:00
parent 3ac5d36873
commit 830efa26f7

View File

@ -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