forked from OSchip/llvm-project
parent
6c9544a2a0
commit
bbe64808db
|
@ -0,0 +1,11 @@
|
||||||
|
#ifndef LLVM_CODEGEN_MAPPINGINFO_H
|
||||||
|
#define LLVM_CODEGEN_MAPPINGINFO_H
|
||||||
|
|
||||||
|
#include <iosfwd>
|
||||||
|
class Pass;
|
||||||
|
|
||||||
|
Pass *MappingInfoForFunction(std::ostream &out);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue