From 208d638fa4fbf31ba83445861ad13c2e8c72e5f4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Feb 2004 23:00:45 +0000 Subject: [PATCH] Change access to the cwriter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11406 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Assembly/CWriter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1