Mercurial > hg > Members > tobaru > cbc > CbC_llvm
annotate test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll @ 0:95c75e76d11b
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children |
rev | line source |
---|---|
0 | 1 ; RUN: llc < %s |
2 | |
3 ; Compiling this file produces: | |
4 ; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0' | |
5 ; | |
6 declare i32 @SIM(i8*, i8*, i32, i32, i32, [256 x i32]*, i32, i32, i32) | |
7 | |
8 define void @foo() { | |
9 bb0: | |
10 %V = alloca [256 x i32], i32 256 ; <[256 x i32]*> [#uses=1] | |
11 call i32 @SIM( i8* null, i8* null, i32 0, i32 0, i32 0, [256 x i32]* %V, i32 0, i32 0, i32 2 ) ; <i32>:0 [#uses=0] | |
12 ret void | |
13 } | |
14 |