OSDN Git Service

remove dead map
authorChris Lattner <sabre@nondot.org>
Mon, 19 Oct 2009 18:11:25 +0000 (18:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Oct 2009 18:11:25 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84513 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

index c34daca..a05ad36 100644 (file)
@@ -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<const Value *, unsigned> ValueMapTy;
-    ValueMapTy NumberForBB;
-
     /// GVNonLazyPtrs - Keeps the set of GlobalValues that require
     /// non-lazy-pointers for indirect access.
     StringMap<std::string> GVNonLazyPtrs;