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