forked from OSchip/llvm-project
[IPO] Remove DisableTailCalls (NFC)
The last use was removed on Jun 9, 2015 in commit
d9699bc7bd
.
This commit is contained in:
parent
945cde8b6a
commit
cb661df58f
|
@ -154,7 +154,6 @@ public:
|
|||
/// tests.
|
||||
const ModuleSummaryIndex *ImportSummary = nullptr;
|
||||
|
||||
bool DisableTailCalls;
|
||||
bool DisableUnrollLoops;
|
||||
bool CallGraphProfile;
|
||||
bool SLPVectorize;
|
||||
|
|
Loading…
Reference in New Issue