[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / PowerPC / 2006-10-17-ppc64-alloca.ll
blobd116caf06de0c69ef47123dab5a20d1d286e97a2
1 ; RUN: llc < %s -mtriple=ppc64--
3 define ptr @foo(i32 %n) {
4         %A = alloca i32, i32 %n         ; <ptr> [#uses=1]
5         ret ptr %A