commit | 8e5de9cd75c7b4fd97da8b9eebf0b72ea212996e | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Thu Jun 10 08:09:13 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Thu Jun 10 08:09:13 2004 +0000 |
tree | 73d4e2d586cdda01c7082ae4284bdca2786fa306 | |
parent | 966938cff27dea1123878e764ec4c80f2c2d8194 [diff] [blame] |
Implemented the bulk of the functionality. Cleaned up the code. llvm-svn: 14113
diff --git a/llvm/lib/Bytecode/Reader/Dumper.cpp b/llvm/lib/Bytecode/Reader/Dumper.cpp index 12752ff..d61afe4 100644 --- a/llvm/lib/Bytecode/Reader/Dumper.cpp +++ b/llvm/lib/Bytecode/Reader/Dumper.cpp
@@ -212,7 +212,8 @@ virtual bool handleInstruction( unsigned Opcode, const Type* iType, - std::vector<unsigned>& Operands + std::vector<unsigned>& Operands, + unsigned Size ) { std::cout << " INST: OpCode="