From c7ab83dfb7d656fb48bc5080e4588744a7c03f77 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Thu, 8 Oct 2015 10:05:48 +0000 Subject: Remove unused flag polly-allow-non-scev-backedge-taken-count Drop an unused flag polly-allow-non-scev-backedge-taken-count and also its occurrences from the tests. Contributed-by: Chris Jenneisch Differential Revision: http://reviews.llvm.org/D13400 llvm-svn: 249675 --- polly/lib/Analysis/ScopDetection.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'polly/lib/Analysis/ScopDetection.cpp') diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp index 353de5e7d01..e2fcaf09dcd 100644 --- a/polly/lib/Analysis/ScopDetection.cpp +++ b/polly/lib/Analysis/ScopDetection.cpp @@ -156,11 +156,6 @@ static cl::opt cl::Hidden, cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory)); -static cl::opt AllowNonSCEVBackedgeTakenCount( - "polly-allow-non-scev-backedge-taken-count", - cl::desc("Allow loops even if SCEV cannot provide a trip count"), - cl::Hidden, cl::init(true), cl::ZeroOrMore, cl::cat(PollyCategory)); - /// @brief The minimal trip count under which loops are considered unprofitable. static const unsigned MIN_LOOP_TRIP_COUNT = 8; -- cgit v1.2.3