xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/x86-64-ret0.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=x86-64 | grep mov | count 1
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerdefine i32 @f() nounwind  {
4*9880d681SAndroid Build Coastguard Worker	tail call void @t( i32 1 ) nounwind
5*9880d681SAndroid Build Coastguard Worker	ret i32 0
6*9880d681SAndroid Build Coastguard Worker}
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Workerdeclare void @t(i32)
9