[llvm] r189117 - Remove unused field.
Andrew Trick
atrick at apple.com
Fri Aug 23 10:48:36 PDT 2013
Author: atrick
Date: Fri Aug 23 12:48:36 2013
New Revision: 189117
URL: http://llvm.org/viewvc/llvm-project?rev=189117&view=rev
Log:
Remove unused field.
Modified:
llvm/trunk/include/llvm/CodeGen/ScheduleDAGInstrs.h
Modified: llvm/trunk/include/llvm/CodeGen/ScheduleDAGInstrs.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ScheduleDAGInstrs.h?rev=189117&r1=189116&r2=189117&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ScheduleDAGInstrs.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ScheduleDAGInstrs.h Fri Aug 23 12:48:36 2013
@@ -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
More information about the llvm-commits
mailing list