From: Chris Lattner Date: Mon, 19 Oct 2009 18:11:25 +0000 (+0000) Subject: remove dead map X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ee8b32981ea70e6751dea1e2bfdb8320ca859bf7;p=oota-llvm.git remove dead map git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84513 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp index c34dacab4b6..a05ad3675ee 100644 --- a/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp +++ b/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp @@ -62,13 +62,6 @@ namespace { /// MachineFunction. const MachineConstantPool *MCP; - /// We name each basic block in a Function with a unique number, so - /// that we can consistently refer to them later. This is cleared - /// at the beginning of each call to runOnMachineFunction(). - /// - typedef std::map ValueMapTy; - ValueMapTy NumberForBB; - /// GVNonLazyPtrs - Keeps the set of GlobalValues that require /// non-lazy-pointers for indirect access. StringMap GVNonLazyPtrs;