aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ScheduleDAGInstrs.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-08-29 18:04:49 +0000
committerAndrew Trick <atrick@apple.com>2013-08-29 18:04:49 +0000
commit851bb2c9cbbd3b1847def5ca7ea8dadf457298b5 (patch)
treeb4f08a1adb25153efb2e5b94f4b6bbd8cd33a413 /include/llvm/CodeGen/ScheduleDAGInstrs.h
parent33f4c796ac2c373ed18e882431ba3661d24c2cfa (diff)
downloadexternal_llvm-851bb2c9cbbd3b1847def5ca7ea8dadf457298b5.zip
external_llvm-851bb2c9cbbd3b1847def5ca7ea8dadf457298b5.tar.gz
external_llvm-851bb2c9cbbd3b1847def5ca7ea8dadf457298b5.tar.bz2
Comment and revise the cyclic critical path code.
This should be much more clear now. It's still disabled pending testing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ScheduleDAGInstrs.h')
-rw-r--r--include/llvm/CodeGen/ScheduleDAGInstrs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAGInstrs.h b/include/llvm/CodeGen/ScheduleDAGInstrs.h
index 1b81314..4a447e2 100644
--- a/include/llvm/CodeGen/ScheduleDAGInstrs.h
+++ b/include/llvm/CodeGen/ScheduleDAGInstrs.h
@@ -197,9 +197,6 @@ namespace llvm {
/// input.
void buildSchedGraph(AliasAnalysis *AA, RegPressureTracker *RPTracker = 0);
- /// Compute the cyclic critical path through the DAG.
- unsigned computeCyclicCriticalPath();
-
/// addSchedBarrierDeps - Add dependencies from instructions in the current
/// list of instructions being scheduled to scheduling barrier. We want to
/// make sure instructions which define registers that are either used by