mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-14 11:24:48 +00:00
Add a forgotten VireReg2IndexFunctor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -80,7 +80,7 @@ namespace llvm {
|
|||||||
|
|
||||||
/// Virt2SplitKillMap - This is splitted virtual register to its last use
|
/// Virt2SplitKillMap - This is splitted virtual register to its last use
|
||||||
/// (kill) index mapping.
|
/// (kill) index mapping.
|
||||||
IndexedMap<SlotIndex> Virt2SplitKillMap;
|
IndexedMap<SlotIndex, VirtReg2IndexFunctor> Virt2SplitKillMap;
|
||||||
|
|
||||||
/// ReMatMap - This is virtual register to re-materialized instruction
|
/// ReMatMap - This is virtual register to re-materialized instruction
|
||||||
/// mapping. Each virtual register whose definition is going to be
|
/// mapping. Each virtual register whose definition is going to be
|
||||||
|
Reference in New Issue
Block a user