projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f4f8e
)
Change access to the cwriter
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 23:00:45 +0000
(23:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Feb 2004 23:00:45 +0000
(23:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11406
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Assembly/CWriter.h
patch
|
blob
|
history
diff --git
a/include/llvm/Assembly/CWriter.h
b/include/llvm/Assembly/CWriter.h
index 3029787ca4533a2de451c3af2ffb9a701c25fa4b..26397e0be3aaa06a752f975e00f45386ddf3d77e 100644
(file)
--- a/
include/llvm/Assembly/CWriter.h
+++ b/
include/llvm/Assembly/CWriter.h
@@
-19,8
+19,8
@@
namespace llvm {
-class Pass;
-
Pass *createWriteToCPass(
std::ostream &o);
+class Pass
Manager
;
+
void AddPassesToWriteC(PassManager &PM,
std::ostream &o);
} // End llvm namespace