aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-13 21:19:08 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-13 21:19:08 +0000
commit023009fef8cc1b83e2ba4308ecd0888f77740e08 (patch)
treefacd5275a22420ccf1ff8b0e02f993590fcfdd1f /include/llvm/CodeGen
parentd9f6ec977a9543e88c52fa5fb3737ae03402fc4c (diff)
downloadexternal_llvm-023009fef8cc1b83e2ba4308ecd0888f77740e08.zip
external_llvm-023009fef8cc1b83e2ba4308ecd0888f77740e08.tar.gz
external_llvm-023009fef8cc1b83e2ba4308ecd0888f77740e08.tar.bz2
Remove vestigial decl.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 5a0d81b..c136048 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -272,10 +272,6 @@ namespace llvm {
unsigned getNumConflictsWithPhysReg(const LiveInterval &li,
unsigned PhysReg) const;
- /// processImplicitDefs - Process IMPLICIT_DEF instructions. Add isUndef
- /// marker to implicit_def defs and their uses.
- void processImplicitDefs();
-
/// intervalIsInOneMBB - Returns true if the specified interval is entirely
/// within a single basic block.
bool intervalIsInOneMBB(const LiveInterval &li) const;