blob: 480aca0d1acf40bca7735c4bee25c52ede770370 [file] [log] [blame]
Nick Lewycky206876e2009-05-28 04:08:10 +00001; RUN: llvm-as < %s | opt -sccp -disable-output
2; PR4277
3
4define i32 @main() nounwind {
5entry:
6 %0 = tail call signext i8 (...)* @sin() nounwind
7 ret i32 0
8}
9
10declare signext i8 @sin(...)