1 ; RUN: llc %s -o - -mtriple=powerpc-apple-darwin9 | FileCheck %s 2 define ppc_fp128 @test1(i64 %X) nounwind readnone { 3 entry: 4 %0 = sitofp i64 %X to ppc_fp128 5 ret ppc_fp128 %0 6 } 7 8 ; CHECK: _test1: 9 ; CHECK: bl ___floatditf 10