Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / x86-64-shortint.ll
blob7f96543ba49d4031b534d9aea448f29aba71050a
1 ; RUN: llc < %s | grep movswl
3 target datalayout = "e-p:64:64"
4 target triple = "x86_64-apple-darwin8"
7 define void @bar(i16 zeroext  %A) {
8         tail call void @foo( i16 %A signext  )
9         ret void
11 declare void @foo(i16 signext )