aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Dumper.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-06-10 08:09:13 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-06-10 08:09:13 +0000
commit00c28a7481324a4804badbdbabb555c0d94e66f3 (patch)
tree92aa0212394ef44bc0a170cd319f3887db44ff30 /lib/Bytecode/Reader/Dumper.cpp
parent43f38677f565a485e80e9254ad08e955e1bf0b73 (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/Reader/Dumper.cpp')
-rw-r--r--lib/Bytecode/Reader/Dumper.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/Dumper.cpp b/lib/Bytecode/Reader/Dumper.cpp
index 12752ff883..d61afe4255 100644
--- a/lib/Bytecode/Reader/Dumper.cpp
+++ b/lib/Bytecode/Reader/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="