blob: d116caf06de0c69ef47123dab5a20d1d286e97a2 [file] [log] [blame]
; RUN: llc < %s -mtriple=ppc64--
define ptr @foo(i32 %n) {
%A = alloca i32, i32 %n ; <ptr> [#uses=1]
ret ptr %A
}