diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp | 7 | 
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; | 

