[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / Generic / 2002-04-16-StackFrameSizeAlignment.ll
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