From edbb40b23c9d509b1e5afe88af0d1a847d6ad7a8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 18 Jul 2004 00:10:36 +0000 Subject: bug 122: - Update for BytecodeHandler interface change resuing from CPRs going away llvm-svn: 14938 --- llvm/lib/Bytecode/Reader/Analyzer.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/Bytecode') diff --git a/llvm/lib/Bytecode/Reader/Analyzer.cpp b/llvm/lib/Bytecode/Reader/Analyzer.cpp index 08429443f50..8ed33014784 100644 --- a/llvm/lib/Bytecode/Reader/Analyzer.cpp +++ b/llvm/lib/Bytecode/Reader/Analyzer.cpp @@ -392,12 +392,10 @@ public: } virtual void handleConstantPointer( const PointerType* PT, - unsigned Slot, GlobalValue* GV, Constant* PtrVal) { + unsigned Slot, GlobalValue* GV ) { dump << " PNTR: " << PT->getDescription() << " Slot=" << Slot << " GlobalValue="; GV->print(dump); - dump << "\n Value="; - PtrVal->print(dump); dump << "\n"; bca.numConstants++; bca.numValues++; -- cgit v1.2.3