Commit 51bbfc7d authored by bbudge's avatar bbudge Committed by Commit bot

[Turbofan] Add USE for local used only by DCHECK.

LOG=N
BUG=v8:4124

Review-Url: https://codereview.chromium.org/2453813002
Cr-Commit-Position: refs/heads/master@{#40603}
parent 610c0d75
......@@ -1936,6 +1936,7 @@ TopLevelLiveRange* LiveRangeBuilder::FixedFPLiveRangeFor(
}
DCHECK(index < num_regs);
USE(num_regs);
TopLevelLiveRange* result = (*live_ranges)[index];
if (result == nullptr) {
result = data()->NewLiveRange(FixedFPLiveRangeID(index, rep), rep);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment