Okay, Module have not been known as 'C' for a LONG time now

llvm-svn: 14392
This commit is contained in:
Chris Lattner 2004-06-25 00:42:23 +00:00
parent ccd8ed145a
commit 6995c9bced
1 changed files with 2 additions and 4 deletions

View File

@ -27,10 +27,8 @@
#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