diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-12-17 11:11:10 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-12-17 11:11:10 +0000 |
commit | c252fac9076d7b8fa6eff9f6dda6d5d73971d86f (patch) | |
tree | d215b427b657a639730117ca94a126f244c2fc07 /lib/Bytecode | |
parent | 691458697c7e71e9b75319ef4b6b3067a525f7d9 (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')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 2 |
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"; } |