mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
Add a new map
llvm-svn: 9311
This commit is contained in:
parent
489483fe88
commit
a227bfeff3
@ -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