Skip to content

Commit 40e556f

Browse files
wecingyuxuanchen1997
authored andcommitted
Revert "[mlir][ArmSME] Suppress potential unused warning (#99573)" (#99578)
This reverts commit 05bce3f. The work was already done in 99faa03.
1 parent 97a3452 commit 40e556f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ void allocateTilesToLiveRanges(
619619
// Remove the live range from the active/inactive sets.
620620
if (!activeRanges.remove(rangeToSpill)) {
621621
bool removed = inactiveRanges.remove(rangeToSpill);
622-
(void)removed;
623622
assert(removed && "expected a range to be removed!");
624623
(void)removed;
625624
}

0 commit comments

Comments
 (0)