blob: 4e578d1b6410d336d8a1f0d378e418d6505ea848 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL
Arnold Schwaighofere46f5502009-03-28 12:36:29 +00002define fastcc void @i1test(i32, i32, i32, i32) {
3 entry:
4 tail call fastcc void @i1test( i32 %0, i32 %1, i32 %2, i32 %3)
5 ret void
6}