projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d616228
)
Okay, Module have not been known as 'C' for a LONG time now
author
Chris Lattner
<sabre@nondot.org>
Fri, 25 Jun 2004 00:42:23 +0000
(
00:42
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 25 Jun 2004 00:42:23 +0000
(
00:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14392
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bytecode/Writer.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/Writer.h
b/include/llvm/Bytecode/Writer.h
index 9fadddb66b6130aa26ea2881b52d116e2ac8fc72..ae762b4a8456690b045c1ad08adfd6d39fbfc806 100644
(file)
--- 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