1 2 3 4 5 6
; RUN: llvm-as < %s | llc -march=ppc64 int * %foo(uint %n) { %A = alloca int, uint %n ret int* %A }