mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
*** empty log message ***
llvm-svn: 2912
This commit is contained in:
parent
b73d836e54
commit
c2f7ac0eec
11
include/llvm/CodeGen/MappingInfo.h
Normal file
11
include/llvm/CodeGen/MappingInfo.h
Normal file
@ -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
Block a user