[llvm-commits] [llvm] r98704 - /llvm/trunk/include/llvm/Target/TargetOptions.h
Chris Lattner
sabre at nondot.org
Tue Mar 16 18:45:17 PDT 2010
Author: lattner
Date: Tue Mar 16 20:45:17 2010
New Revision: 98704
URL: http://llvm.org/viewvc/llvm-project?rev=98704&view=rev
Log:
remove dead variable, patch by Nathan Howell!
Modified:
llvm/trunk/include/llvm/Target/TargetOptions.h
Modified: llvm/trunk/include/llvm/Target/TargetOptions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetOptions.h?rev=98704&r1=98703&r2=98704&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOptions.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOptions.h Tue Mar 16 20:45:17 2010
@@ -144,11 +144,6 @@
/// wth earlier copy coalescing.
extern bool StrongPHIElim;
- /// DisableScheduling - This flag disables instruction scheduling. In
- /// particular, it assigns an ordering to the SDNodes, which the scheduler
- /// uses instead of its normal heuristics to perform scheduling.
- extern bool DisableScheduling;
-
} // End llvm namespace
#endif
More information about the llvm-commits
mailing list