Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s | grep movswl
      2 
      3 target datalayout = "e-p:64:64"
      4 target triple = "x86_64-apple-darwin8"
      5 
      6 
      7 define void @bar(i16 zeroext  %A) {
      8         tail call void @foo( i16 signext %A   )
      9         ret void
     10 }
     11 declare void @foo(i16 signext )
     12 
     13