From: Jakob Stoklund Olesen Date: Sun, 9 Jan 2011 18:58:33 +0000 (+0000) Subject: Add a forgotten VireReg2IndexFunctor. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2cfa5b4934856942c2aaa6e41b67eb367d183fe6;p=oota-llvm.git Add a forgotten VireReg2IndexFunctor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123123 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h index 180b43bce6b..cbc96bbd4f2 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 Virt2SplitKillMap; + IndexedMap Virt2SplitKillMap; /// ReMatMap - This is virtual register to re-materialized instruction /// mapping. Each virtual register whose definition is going to be