mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +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>
|
#include <iosfwd>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
class Module;
|
||||||
class Module;
|
void WriteBytecodeToFile(const Module *M, std::ostream &Out);
|
||||||
void WriteBytecodeToFile(const Module *C, std::ostream &Out);
|
|
||||||
|
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user