Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f6f772b1af8b4736b3609b83c0624e2c58ff11c7
/
.
/
llvm
/
lib
/
Target
/
Sparc
/
MappingInfo.h
blob: aa8efaf893e2012609fecd13df47b1ebec6d0a31 [
file
] [
log
] [
blame
]
Mehwish Nagda
f6f772b
2002-07-22 22:09:35 +0000
[
diff
] [
blame^
]
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