Skip to content

Commit 7d68d9c

Browse files
committed
Remove commented out option
1 parent 56c3e9b commit 7d68d9c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ static cl::list<RuleTy> Profitabilities(
121121
"Ignore profitability, force interchange (does not "
122122
"work with other options)")));
123123

124-
// FIXME: this option exists mainly for a couple of tests that check some
125-
// corner cases that is more difficult to trigger otherwise; these tests should
126-
// be rewritten and this option removed if possible.
127-
//static cl::opt<bool> SkipLoopsWithZeroBTC(
128-
// "loop-interchange-skip-zero-btc", cl::init(true), cl::Hidden,
129-
// cl::desc("Do not consider loops with a backedge taken count of 0"));
130-
131124
#ifndef NDEBUG
132125
static bool noDuplicateRulesAndIgnore(ArrayRef<RuleTy> Rules) {
133126
SmallSet<RuleTy, 4> Set;

0 commit comments

Comments
 (0)