From: Chris Lattner Date: Fri, 13 Feb 2004 23:00:45 +0000 (+0000) Subject: Change access to the cwriter X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=208d638fa4fbf31ba83445861ad13c2e8c72e5f4;p=oota-llvm.git Change access to the cwriter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11406 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Assembly/CWriter.h b/include/llvm/Assembly/CWriter.h index 3029787ca45..26397e0be3a 100644 --- 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 PassManager; +void AddPassesToWriteC(PassManager &PM, std::ostream &o); } // End llvm namespace