diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-19 18:11:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-19 18:11:25 +0000 |
commit | 14f3c57043c80ba21e32c04f4b911872a154fc86 (patch) | |
tree | f97f6ec5ab42a2565b51de5180cbe783b76e27d3 /lib/Target | |
parent | 882baf592d34dab3679b411d457b5a36f6b53a22 (diff) | |
download | external_llvm-14f3c57043c80ba21e32c04f4b911872a154fc86.zip external_llvm-14f3c57043c80ba21e32c04f4b911872a154fc86.tar.gz external_llvm-14f3c57043c80ba21e32c04f4b911872a154fc86.tar.bz2 |
remove dead map
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp index c34daca..a05ad36 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<const Value *, unsigned> ValueMapTy; - ValueMapTy NumberForBB; - /// GVNonLazyPtrs - Keeps the set of GlobalValues that require /// non-lazy-pointers for indirect access. StringMap<std::string> GVNonLazyPtrs; |