blob: d1364508d11b6889beeaf06fbefd8b00908a373e [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | llc | grep movswl
2
3target datalayout = "e-p:64:64"
4target triple = "x86_64-apple-darwin8"
5
6
7define void @bar(i16 zext %A) {
8 tail call void @foo( i16 %A sext )
9 ret void
10}
11declare void @foo(i16 sext )
12