[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / PowerPC / 2006-10-17-ppc64-alloca.ll
blob3024e70c2f46e627d80bca50b00a8329a135d126
1 ; RUN: llc < %s -mtriple=ppc64--
3 define i32* @foo(i32 %n) {
4         %A = alloca i32, i32 %n         ; <i32*> [#uses=1]
5         ret i32* %A