projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f59f5
)
remove dead variable, patch by Nathan Howell!
author
Chris Lattner
<sabre@nondot.org>
Wed, 17 Mar 2010 01:45:17 +0000
(
01:45
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 17 Mar 2010 01:45:17 +0000
(
01:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98704
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetOptions.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetOptions.h
b/include/llvm/Target/TargetOptions.h
index b63c2bf0416a5d0907e53630adb39f5c757a751d..a01a67f14daed5794b564ce9032e98b15941469f 100644
(file)
--- a/
include/llvm/Target/TargetOptions.h
+++ b/
include/llvm/Target/TargetOptions.h
@@
-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