Change access to the cwriter

llvm-svn: 11406
This commit is contained in:
Chris Lattner 2004-02-13 23:00:45 +00:00
parent d2b6e183e9
commit b09176a1e2
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
namespace llvm {
class Pass;
Pass *createWriteToCPass(std::ostream &o);
class PassManager;
void AddPassesToWriteC(PassManager &PM, std::ostream &o);
} // End llvm namespace