commit | 00c28a7481324a4804badbdbabb555c0d94e66f3 | [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 | 92aa0212394ef44bc0a170cd319f3887db44ff30 | |
parent | 43f38677f565a485e80e9254ad08e955e1bf0b73 [diff] [blame] |
Implemented the bulk of the functionality. Cleaned up the code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14113 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bytecode/Reader/Dumper.cpp b/lib/Bytecode/Reader/Dumper.cpp index 12752ff..d61afe4 100644 --- a/lib/Bytecode/Reader/Dumper.cpp +++ b/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="