diff options
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r-- | include/llvm/Bytecode/Writer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/llvm/Bytecode/Writer.h b/include/llvm/Bytecode/Writer.h index 9fadddb66b..ae762b4a84 100644 --- a/include/llvm/Bytecode/Writer.h +++ b/include/llvm/Bytecode/Writer.h @@ -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 |