mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Add a forgotten VireReg2IndexFunctor.
llvm-svn: 123123
This commit is contained in:
parent
07e2fbd31e
commit
0088b6ffb6
@ -80,7 +80,7 @@ namespace llvm {
|
||||
|
||||
/// Virt2SplitKillMap - This is splitted virtual register to its last use
|
||||
/// (kill) index mapping.
|
||||
IndexedMap<SlotIndex> Virt2SplitKillMap;
|
||||
IndexedMap<SlotIndex, VirtReg2IndexFunctor> Virt2SplitKillMap;
|
||||
|
||||
/// ReMatMap - This is virtual register to re-materialized instruction
|
||||
/// mapping. Each virtual register whose definition is going to be
|
||||
|
Loading…
Reference in New Issue
Block a user