Commit 01a21606 authored by ahaas's avatar ahaas Committed by Commit bot

[x64] Remove dead code in code-generator-x64.cc:AssembleArchBranch.

R=bmeurer@chromium.org

Review-Url: https://codereview.chromium.org/2576153003
Cr-Commit-Position: refs/heads/master@{#41780}
parent d4330dc6
...@@ -2267,7 +2267,6 @@ Condition FlagsConditionToCondition(FlagsCondition condition) { ...@@ -2267,7 +2267,6 @@ Condition FlagsConditionToCondition(FlagsCondition condition) {
// Assembles branches after this instruction. // Assembles branches after this instruction.
void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) {
X64OperandConverter i(this, instr);
Label::Distance flabel_distance = Label::Distance flabel_distance =
branch->fallthru ? Label::kNear : Label::kFar; branch->fallthru ? Label::kNear : Label::kFar;
Label* tlabel = branch->true_label; Label* tlabel = branch->true_label;
......
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