remove dead variable, patch by Nathan Howell!

llvm-svn: 98704
This commit is contained in:
Chris Lattner 2010-03-17 01:45:17 +00:00
parent 59bb1d4657
commit 476e541673
1 changed files with 0 additions and 5 deletions

View File

@ -144,11 +144,6 @@ namespace llvm {
/// 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