summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-02-03 21:32:06 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-02-03 21:32:06 +0000
commitd491da3f93a51d811b42f59f375e0b1883b06832 (patch)
treec6566fe014009ffde469869e1b0ec9e823369152 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent769422f0fce4def419c8cdb72ee967437ffd2f4f (diff)
downloadllvm-d491da3f93a51d811b42f59f375e0b1883b06832.tar.gz
llvm-d491da3f93a51d811b42f59f375e0b1883b06832.tar.bz2
llvm-d491da3f93a51d811b42f59f375e0b1883b06832.tar.xz
Delete some dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 92a8f5619e..19da2adf06 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -63,9 +63,6 @@ namespace llvm {
/// allocatableRegs_ - A bit vector of allocatable registers.
BitVector allocatableRegs_;
- /// CloneMIs - A list of clones as result of re-materialization.
- std::vector<MachineInstr*> CloneMIs;
-
public:
static char ID; // Pass identification, replacement for typeid
LiveIntervals() : MachineFunctionPass(ID) {