summaryrefslogtreecommitdiff
path: root/test/LLC/2002-04-16-StackFrameSizeAlignment.ll
blob: f43d5db24553dfa441752e89628bf075e354e738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; Compiling this file produces:
; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0'
;
implementation

declare int "SIM"(sbyte* %A, sbyte* %B, int %M, int %N, int %K, [256 x int]* %V, int %Q, int %R, int %nseq)

void "foo"()
begin
bb0:					;[#uses=0]
	%V = alloca [256 x int], uint 256		; <[256 x int]*> [#uses=1]
	call int %SIM( sbyte* null, sbyte* null, int 0, int 0, int 0, [256 x int]* %V, int 0, int 0, int 2 )		; <int>:0 [#uses=0]
	ret void
end