aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll
blob: 3d1b29450223651d524a69aa7dbb8c6ef5a2ae52 (plain)
1
2
3
4
5
6
7
8
9
10
; 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(...)