view test/CodeGen/ARM/arguments6.ll @ 0:95c75e76d11b

LLVM 3.4
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 13:56:28 +0900
parents
children
line wrap: on
line source

; RUN: llc < %s -mtriple=arm-linux-gnueabi
; RUN: llc < %s -mtriple=arm-apple-darwin

define i128 @f(i32 %a, i128 %b) {
        %tmp = call i128 @g(i128 %b)
        ret i128 %tmp
}

declare i128 @g(i128)