Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e5d4293cbaa8ad76c763e05ac84b4e589a45550b
/
.
/
lib
/
Target
/
SparcV9
/
MappingInfo.h
blob: aa8efaf893e2012609fecd13df47b1ebec6d0a31 [
file
] [
log
] [
blame
]
Mehwish Nagda
5fb72ae
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