Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Regression
/
CodeGen
/
CBackend
/
2002-10-30-FunctionPointerAlloca.ll
blob: 4e1ff83e014c0adb49a9408de3c617c6f3ac7842 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=c
%BitField
=
type
int
%tokenptr
=
type
%BitField
*
implementation
void
%test
()
{
%pmf1
=
alloca
%tokenptr
(
%tokenptr
,
sbyte
*)*
ret
void
}