diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-09 18:58:33 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-09 18:58:33 +0000 |
commit | 2cfa5b4934856942c2aaa6e41b67eb367d183fe6 (patch) | |
tree | 480e6503f58b0705c6e417bfa752276f9f4c64a5 /lib/CodeGen/VirtRegMap.h | |
parent | 6abea2b0a451afd0ae47f471a3bb2bdc5b1d3f04 (diff) |
Add a forgotten VireReg2IndexFunctor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.h')
-rw-r--r-- | lib/CodeGen/VirtRegMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h index 180b43bce6..cbc96bbd4f 100644 --- a/lib/CodeGen/VirtRegMap.h +++ b/lib/CodeGen/VirtRegMap.h @@ -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 |