2006-12-02 04:23:10 +00:00
|
|
|
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
|
2004-11-06 21:40:51 +00:00
|
|
|
|
2002-10-31 18:23:09 +00:00
|
|
|
|
|
|
|
%BitField = type int
|
|
|
|
%tokenptr = type %BitField*
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
void %test() {
|
|
|
|
%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
|
|
|
|
ret void
|
|
|
|
}
|