diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-10 08:09:13 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-10 08:09:13 +0000 |
commit | 00c28a7481324a4804badbdbabb555c0d94e66f3 (patch) | |
tree | 92aa0212394ef44bc0a170cd319f3887db44ff30 /lib/Bytecode/Analyzer/Dumper.cpp | |
parent | 43f38677f565a485e80e9254ad08e955e1bf0b73 (diff) |
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
Diffstat (limited to 'lib/Bytecode/Analyzer/Dumper.cpp')
-rw-r--r-- | lib/Bytecode/Analyzer/Dumper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bytecode/Analyzer/Dumper.cpp b/lib/Bytecode/Analyzer/Dumper.cpp index 12752ff883..d61afe4255 100644 --- a/lib/Bytecode/Analyzer/Dumper.cpp +++ b/lib/Bytecode/Analyzer/Dumper.cpp @@ -212,7 +212,8 @@ public: virtual bool handleInstruction( unsigned Opcode, const Type* iType, - std::vector<unsigned>& Operands + std::vector<unsigned>& Operands, + unsigned Size ) { std::cout << " INST: OpCode=" |