summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-02 23:05:16 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-02 23:05:16 +0000
commit3648263a3e03be0f661ea0a360fa550ca36d0258 (patch)
treea2fe2bb617386705e7860dd62f0c22f200202c50 /llvm/lib/CodeGen/SplitKit.h
parent93d00df578fbcc92886342ab2ecc1f6d4f785782 (diff)
downloadbcm5719-llvm-3648263a3e03be0f661ea0a360fa550ca36d0258.tar.gz
bcm5719-llvm-3648263a3e03be0f661ea0a360fa550ca36d0258.zip
Extract a method. No functional change.
llvm-svn: 126893
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
-rw-r--r--llvm/lib/CodeGen/SplitKit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h
index a0d935de1d2..3a4d710de9d 100644
--- a/llvm/lib/CodeGen/SplitKit.h
+++ b/llvm/lib/CodeGen/SplitKit.h
@@ -246,6 +246,10 @@ class SplitEditor {
SlotIndex Idx,
const MachineBasicBlock *IdxMBB);
+ /// extendPHIKillRanges - Extend the ranges of all values killed by original
+ /// parent PHIDefs.
+ void extendPHIKillRanges();
+
/// rewriteAssigned - Rewrite all uses of Edit.getReg() to assigned registers.
void rewriteAssigned();
OpenPOWER on IntegriCloud