blob: c74f6d803b1cc304d7e23fb64fdb54654b296e0f [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86-64 | grep mov | count 1
Evan Cheng94202012008-03-19 00:52:20 +00002
3define i32 @f() nounwind {
4 tail call void @t( i32 1 ) nounwind
5 ret i32 0
6}
7
8declare void @t(i32)