xref: /llvm-project/llvm/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll (revision 8ebb3eac02a926ffa4298c12834c57aefb2e8579)
1; RUN: opt < %s -passes=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(...)
11