mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-11 23:16:20 +00:00
remove dead map
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a10343f039
commit
ee8b32981e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user