diff options
author | Andrew Trick <atrick@apple.com> | 2013-08-23 17:48:36 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-08-23 17:48:36 +0000 |
commit | cfb42ce9237b464b48ab925fb44a2a9419383385 (patch) | |
tree | 17dbeb39916d5b1468793a9930bb3380c1077a4f /llvm/include | |
parent | a53e101627f6484f74bacd6cb640706207c1ad5b (diff) | |
download | bcm5719-llvm-cfb42ce9237b464b48ab925fb44a2a9419383385.tar.gz bcm5719-llvm-cfb42ce9237b464b48ab925fb44a2a9419383385.zip |
Remove unused field.
llvm-svn: 189117
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h b/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h index 358793d13e7..e22ac250711 100644 --- a/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h +++ b/llvm/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 |