summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-09 18:58:33 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-09 18:58:33 +0000
commitd65524da0f9e120f9f4f2daea1298685ed90a64f (patch)
treef3782b83e1056de00f9e2227ee79b3aa941bc3ad /llvm/lib/CodeGen
parent45539edad2b6114fafb9137ededba058a17cf622 (diff)
downloadbcm5719-llvm-d65524da0f9e120f9f4f2daea1298685ed90a64f.tar.gz
bcm5719-llvm-d65524da0f9e120f9f4f2daea1298685ed90a64f.zip
Add a forgotten VireReg2IndexFunctor.
llvm-svn: 123123
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/VirtRegMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.h b/llvm/lib/CodeGen/VirtRegMap.h
index 180b43bce6b..cbc96bbd4f2 100644
--- a/llvm/lib/CodeGen/VirtRegMap.h
+++ b/llvm/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
OpenPOWER on IntegriCloud