mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
remove dead variable, patch by Nathan Howell!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5f59f5cf0
commit
b095ba439d
@ -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…
x
Reference in New Issue
Block a user