Commit d7166acd authored by jacob.bramley's avatar jacob.bramley Committed by Commit bot

[arm64] Fix a GCC build warning.

BUG=

Review URL: https://codereview.chromium.org/1414283009

Cr-Commit-Position: refs/heads/master@{#31874}
parent 2b4cb2a1
......@@ -2853,7 +2853,6 @@ void CallICStub::Generate(MacroAssembler* masm) {
Register function = x1;
Register feedback_vector = x2;
Register index = x3;
Register type = x4;
// The checks. First, does x1 match the recorded monomorphic target?
__ Add(x4, feedback_vector,
......
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