blob: 480aca0d1acf40bca7735c4bee25c52ede770370 [file] [log] [blame]
; RUN: llvm-as < %s | opt -sccp -disable-output
; PR4277
define i32 @main() nounwind {
entry:
%0 = tail call signext i8 (...)* @sin() nounwind
ret i32 0
}
declare signext i8 @sin(...)