Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ad5a79527f48dba62488cb28e2b2e389bb9d73d5
/
.
/
llvm
/
lib
/
Target
/
Sparc
/
MappingInfo.h
blob: aa8efaf893e2012609fecd13df47b1ebec6d0a31 [
file
] [
log
] [
blame
]
#ifndef
LLVM_CODEGEN_MAPPINGINFO_H
#define
LLVM_CODEGEN_MAPPINGINFO_H
#include
<iosfwd>
class
Pass
;
Pass
*
MappingInfoForFunction
(
std
::
ostream
&
out
);
#endif