YouCompleteMe/cpp/llvm/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll

11 lines
178 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: opt < %s -sccp -disable-output
; PR4277
define i32 @main() nounwind {
entry:
%0 = tail call signext i8 (...)* @sin() nounwind
ret i32 0
}
declare signext i8 @sin(...)