diff options
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=" |