forked from OSchip/llvm-project
parent
aaf425bb4d
commit
08580d4f91
|
@ -1,11 +0,0 @@
|
|||
#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