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:
6914586
)
This snuck in. Reverted.
author
Bill Wendling
<isanbard@gmail.com>
Sun, 17 Dec 2006 11:11:10 +0000
(11:11 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sun, 17 Dec 2006 11:11:10 +0000
(11:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32638
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Writer/Writer.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Writer/Writer.cpp
b/lib/Bytecode/Writer/Writer.cpp
index 19a5919c4f92db46661f4e3b309f7075dedb32c7..c6bc22e796738afd199ed2c4654597f7c4e0610d 100644
(file)
--- a/
lib/Bytecode/Writer/Writer.cpp
+++ b/
lib/Bytecode/Writer/Writer.cpp
@@
-1297,6
+1297,4
@@
void llvm::WriteBytecodeToFile(const Module *M, OStream &Out,
// make sure it hits disk now
Out.stream()->flush();
- void * p;
- Out << std::hex << p << "\n";
}