brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · d116caf Raw
8 lines · plain
1; RUN: llc < %s -mtriple=ppc64--2 3define ptr @foo(i32 %n) {4        %A = alloca i32, i32 %n         ; <ptr> [#uses=1]5        ret ptr %A6}7 8