Skip to content

Commit 23c24ed

Browse files
committed
Remove unused variable in lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
Fixing build warning.
1 parent 4739c88 commit 23c24ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ static cl::opt<bool>
130130
PrintScaledBoundaryRangeChecks("irce-print-scaled-boundary-range-checks",
131131
cl::Hidden, cl::init(false));
132132

133-
static const char *ClonedLoopTag = "loop_constrainer.loop.clone";
134-
135133
#define DEBUG_TYPE "irce"
136134

137135
namespace {

0 commit comments

Comments
 (0)