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 | e891701547bb0ec8533b4304ed475a076cddec9c (patch) | |
tree | 79af5e97c7ff1f0b4950778c923961f41ed92505 /llvm/lib/Bytecode | |
parent | cb8095448304faeae03e220562686592285720b9 (diff) | |
download | bcm5719-llvm-e891701547bb0ec8533b4304ed475a076cddec9c.tar.gz bcm5719-llvm-e891701547bb0ec8533b4304ed475a076cddec9c.zip |
This snuck in. Reverted.
llvm-svn: 32638
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index 19a5919c4f9..c6bc22e7967 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/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"; } |