Okay, Module have not been known as 'C' for a LONG time now
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jun 2004 00:42:23 +0000 (00:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jun 2004 00:42:23 +0000 (00:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14392 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/Writer.h

index 9fadddb66b6130aa26ea2881b52d116e2ac8fc72..ae762b4a8456690b045c1ad08adfd6d39fbfc806 100644 (file)
 #include <iosfwd>
 
 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