blob: f00aad7900cbc275eb8950ea34012a53a8b15d78 [file] [log] [blame]
Tanya Lattner16b222c2004-11-06 23:08:26 +00001; RUN: llvm-as -f %s -o - | llc
2
Chris Lattner26efe0b2002-04-16 05:58:24 +00003; Compiling this file produces:
4; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0'
5;
6implementation
7
8declare int "SIM"(sbyte* %A, sbyte* %B, int %M, int %N, int %K, [256 x int]* %V, int %Q, int %R, int %nseq)
9
10void "foo"()
11begin
12bb0: ;[#uses=0]
13 %V = alloca [256 x int], uint 256 ; <[256 x int]*> [#uses=1]
14 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]
15 ret void
16end
17
18