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:
parent
4443f00d2b
commit
e933062ae9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user