llvm-6502/lib/Target/SparcV9/MappingInfo.h

12 lines
161 B
C
Raw Normal View History

#ifndef LLVM_CODEGEN_MAPPINGINFO_H
#define LLVM_CODEGEN_MAPPINGINFO_H
#include <iosfwd>
class Pass;
Pass *MappingInfoForFunction(std::ostream &out);
#endif