1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 4443f00d2b
commit e933062ae9

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