New testcase
[oota-llvm.git] / test / LLC / 2002-04-16-StackFrameSizeAlignment.ll
1 ; Compiling this file produces:
2 ; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0'
3 ;
4 implementation
5
6 declare int "SIM"(sbyte* %A, sbyte* %B, int %M, int %N, int %K, [256 x int]* %V, int %Q, int %R, int %nseq)
7
8 void "foo"()
9 begin
10 bb0:                                    ;[#uses=0]
11         %V = alloca [256 x int], uint 256               ; <[256 x int]*> [#uses=1]
12         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]
13         ret void
14 end
15
16