From: Chris Lattner Date: Fri, 25 Jun 2004 00:42:23 +0000 (+0000) Subject: Okay, Module have not been known as 'C' for a LONG time now X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc7ce7eea434aae27010b92674f43b2a759c5ea1;p=oota-llvm.git Okay, Module have not been known as 'C' for a LONG time now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14392 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/Writer.h b/include/llvm/Bytecode/Writer.h index 9fadddb66b6..ae762b4a845 100644 --- a/include/llvm/Bytecode/Writer.h +++ b/include/llvm/Bytecode/Writer.h @@ -27,10 +27,8 @@ #include namespace llvm { - -class Module; -void WriteBytecodeToFile(const Module *C, std::ostream &Out); - + class Module; + void WriteBytecodeToFile(const Module *M, std::ostream &Out); } // End llvm namespace #endif