Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / x86-64-ret0.ll
blobc74f6d803b1cc304d7e23fb64fdb54654b296e0f
1 ; RUN: llc < %s -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)