aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LevelRaise/2002-10-08-VarArgCall.ll
blob: 8c0fcf4ffce59b364717aea8082b32d8d0038fcd (plain)
1
2
3
4
5
6
7
8
9
; RUN: as < %s | opt -raise | dis | grep call | not grep '\.\.\.'

implementation

void %test(sbyte* %P) {
	%Q = cast sbyte* %P to void (...)*
	call void (...)* %Q(sbyte* %P)
	ret void
}