summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-08-23 17:48:36 +0000
committerAndrew Trick <atrick@apple.com>2013-08-23 17:48:36 +0000
commitc7a8d3e31d3f2fd9be02cad832131b425930fa09 (patch)
tree8e1b918d2a0695b9edf4bf14fd0330e5d44c7913 /include
parentd2763f6ce62eaa497e944331668414e35f3712f3 (diff)
downloadllvm-c7a8d3e31d3f2fd9be02cad832131b425930fa09.tar.gz
llvm-c7a8d3e31d3f2fd9be02cad832131b425930fa09.tar.bz2
llvm-c7a8d3e31d3f2fd9be02cad832131b425930fa09.tar.xz
Remove unused field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/ScheduleDAGInstrs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAGInstrs.h b/include/llvm/CodeGen/ScheduleDAGInstrs.h
index 358793d13e..e22ac25071 100644
--- a/include/llvm/CodeGen/ScheduleDAGInstrs.h
+++ b/include/llvm/CodeGen/ScheduleDAGInstrs.h
@@ -81,10 +81,6 @@ namespace llvm {
/// isPostRA flag indicates vregs cannot be present.
bool IsPostRA;
- /// UnitLatencies (misnamed) flag avoids computing def-use latencies, using
- /// the def-side latency only.
- bool UnitLatencies;
-
/// The standard DAG builder does not normally include terminators as DAG
/// nodes because it does not create the necessary dependencies to prevent
/// reordering. A specialized scheduler can overide