projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abea2b
)
Add a forgotten VireReg2IndexFunctor.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sun, 9 Jan 2011 18:58:33 +0000
(18:58 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sun, 9 Jan 2011 18:58:33 +0000
(18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123123
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/VirtRegMap.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/VirtRegMap.h
b/lib/CodeGen/VirtRegMap.h
index 180b43bce6b9b976a88672a8f2e63002c003a6e6..cbc96bbd4f243e35aa4ecea2f2810106c7002916 100644
(file)
--- 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