mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
Okay, Module have not been known as 'C' for a LONG time now
llvm-svn: 14392
This commit is contained in:
parent
33ebfe4339
commit
73f4c9fcd2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user