blob: b8874883bc4535ebdb393fa587ff7304c9f547d3 [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
%BitField = type int
%tokenptr = type %BitField*
implementation
void %test() {
%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
ret void
}