aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r--include/llvm/Bytecode/Writer.h6
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