[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / x86-64-ret0.ll
blob3e840ab2edf677cbeb1d4b3a02208522490a2482
1 ; RUN: llc < %s -mtriple=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)