1; RUN: llc < %s -mtriple=ppc64-- 2 3define ptr @foo(i32 %n) { 4 %A = alloca i32, i32 %n ; <ptr> [#uses=1] 5 ret ptr %A 6} 7 8