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 | 8e5de9cd75c7b4fd97da8b9eebf0b72ea212996e (patch) | |
tree | 73d4e2d586cdda01c7082ae4284bdca2786fa306 /llvm/lib/Bytecode/Analyzer/Dumper.cpp | |
parent | 966938cff27dea1123878e764ec4c80f2c2d8194 (diff) | |
download | bcm5719-llvm-8e5de9cd75c7b4fd97da8b9eebf0b72ea212996e.tar.gz bcm5719-llvm-8e5de9cd75c7b4fd97da8b9eebf0b72ea212996e.zip |
Implemented the bulk of the functionality. Cleaned up the code.
llvm-svn: 14113
Diffstat (limited to 'llvm/lib/Bytecode/Analyzer/Dumper.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Analyzer/Dumper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Analyzer/Dumper.cpp b/llvm/lib/Bytecode/Analyzer/Dumper.cpp index 12752ff883d..d61afe42558 100644 --- a/llvm/lib/Bytecode/Analyzer/Dumper.cpp +++ b/llvm/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=" |