Use Operands.data() instead of &Operands[0] where Operands is a potentially
[oota-llvm.git] / test / Transforms / SCCP / 2009-05-27-VectorOperandZero.ll
1 ; RUN: llvm-as < %s | opt -sccp -disable-output
2 ; PR4277
3
4 define i32 @main() nounwind {
5 entry:
6         %0 = tail call signext i8 (...)* @sin() nounwind
7         ret i32 0
8 }
9
10 declare signext i8 @sin(...)