[llvm-commits] [llvm] r123123 - /llvm/trunk/lib/CodeGen/VirtRegMap.h
Jakob Stoklund Olesen
stoklund at 2pi.dk
Sun Jan 9 10:58:34 PST 2011
Author: stoklund
Date: Sun Jan 9 12:58:33 2011
New Revision: 123123
URL: http://llvm.org/viewvc/llvm-project?rev=123123&view=rev
Log:
Add a forgotten VireReg2IndexFunctor.
Modified:
llvm/trunk/lib/CodeGen/VirtRegMap.h
Modified: llvm/trunk/lib/CodeGen/VirtRegMap.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/VirtRegMap.h?rev=123123&r1=123122&r2=123123&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/VirtRegMap.h (original)
+++ llvm/trunk/lib/CodeGen/VirtRegMap.h Sun Jan 9 12:58:33 2011
@@ -80,7 +80,7 @@
/// 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
More information about the llvm-commits
mailing list