Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / CBackend / 2002-10-30-FunctionPointerAlloca.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3
4         %BitField = type int
5         %tokenptr = type %BitField*
6
7 implementation
8
9 void %test() {
10         %pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
11         ret void
12 }