Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / 2006-10-17-ppc64-alloca.ll
blob3284f0a624f67c0dacae8df3954a975f9edcdc28
1 ; RUN: llc < %s -march=ppc64
3 define i32* @foo(i32 %n) {
4         %A = alloca i32, i32 %n         ; <i32*> [#uses=1]
5         ret i32* %A