opnsense-src/test/CodeGen/ARM/arguments4.ll

10 lines
208 B
LLVM
Raw Normal View History

2009-10-14 13:57:32 -04:00
; RUN: llc < %s -mtriple=arm-linux-gnueabi
; RUN: llc < %s -mtriple=arm-apple-darwin
2009-06-02 13:52:33 -04:00
define float @f(i32 %a, i128 %b) {
%tmp = call float @g(i128 %b)
ret float %tmp
}
declare float @g(i128)