summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-19 18:11:25 +0000
committerChris Lattner <sabre@nondot.org>2009-10-19 18:11:25 +0000
commit24fcb826bd86d43f9f3000e9763e746b7ee967d8 (patch)
treeb7645cfeecb95d2d1d91f72c0f8b1195e743abc0 /llvm/lib
parent84a493ca213b46796d052cd56260d8e797be5ebf (diff)
downloadbcm5719-llvm-24fcb826bd86d43f9f3000e9763e746b7ee967d8.tar.gz
bcm5719-llvm-24fcb826bd86d43f9f3000e9763e746b7ee967d8.zip
remove dead map
llvm-svn: 84513
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index c34dacab4b6..a05ad3675ee 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud