mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
Add a new map
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9d3c6b919
commit
5f7e61d226
@ -49,7 +49,9 @@ class FunctionLiveVarInfo : public FunctionPass {
|
||||
|
||||
// Machine Instr to LiveVarSet Map for providing LVset AFTER each inst.
|
||||
// These sets are just pointers to sets in MInst2LVSetBI or BBLiveVar.
|
||||
hash_map<const MachineInstr *, ValueSet *> MInst2LVSetAI;
|
||||
hash_map<const MachineInstr *, ValueSet *> MInst2LVSetAI;
|
||||
|
||||
hash_map<const BasicBlock*, BBLiveVar*> BBLiveVarInfo;
|
||||
|
||||
// Stored Function that the data is computed with respect to
|
||||
const Function *M;
|
||||
|
Loading…
Reference in New Issue
Block a user