Use higher level method
[oota-llvm.git] / lib / Target / SparcV9 / MappingInfo.h
1 #ifndef LLVM_CODEGEN_MAPPINGINFO_H
2 #define LLVM_CODEGEN_MAPPINGINFO_H
3
4 #include <iosfwd>
5 class Pass;
6
7 Pass *MappingInfoForFunction(std::ostream &out);
8
9 #endif
10
11