Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / CodeGen / X86 / x86-64-ret0.ll
blobd4252e7d6e44374bc70a6e171c0dacba197f799c
1 ; RUN: llvm-as < %s | llc -march=x86-64 | grep mov | count 1
3 define i32 @f() nounwind  {
4         tail call void @t( i32 1 ) nounwind 
5         ret i32 0
8 declare void @t(i32)