1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/PowerPC/stubs.ll
Rafael Espindola 707d74dba0 Update tests to use at least darwin9.
llvm-svn: 274129
2016-06-29 14:51:10 +00:00

10 lines
222 B
LLVM

; RUN: llc %s -o - -mtriple=powerpc-apple-darwin9 | FileCheck %s
define ppc_fp128 @test1(i64 %X) nounwind readnone {
entry:
%0 = sitofp i64 %X to ppc_fp128
ret ppc_fp128 %0
}
; CHECK: _test1:
; CHECK: bl ___floatditf