Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86-64 | grep mov | count 1 |
Evan Cheng | 9420201 | 2008-03-19 00:52:20 +0000 | [diff] [blame] | 2 | |
3 | define i32 @f() nounwind { | ||||
4 | tail call void @t( i32 1 ) nounwind | ||||
5 | ret i32 0 | ||||
6 | } | ||||
7 | |||||
8 | declare void @t(i32) |