blob: 1ac6bcd8b4ecff40feddbc1d14669ea0cd829243 [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -sccp -disable-output
Nick Lewycky206876e2009-05-28 04:08:10 +00002; PR4277
3
4define i32 @main() nounwind {
5entry:
David Blaikie23af6482015-04-16 23:24:18 +00006 %0 = tail call signext i8 (...) @sin() nounwind
Nick Lewycky206876e2009-05-28 04:08:10 +00007 ret i32 0
8}
9
10declare signext i8 @sin(...)