aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/Writer.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-12-17 11:11:10 +0000
committerBill Wendling <isanbard@gmail.com>2006-12-17 11:11:10 +0000
commitc252fac9076d7b8fa6eff9f6dda6d5d73971d86f (patch)
treed215b427b657a639730117ca94a126f244c2fc07 /lib/Bytecode/Writer/Writer.cpp
parent691458697c7e71e9b75319ef4b6b3067a525f7d9 (diff)
This snuck in. Reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/Writer.cpp')
-rw-r--r--lib/Bytecode/Writer/Writer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp
index 19a5919c4f..c6bc22e796 100644
--- 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";
}