Index: src/compiler/x64/code-generator-x64.cc |
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc |
index f05dc2e96442d4ff1a8a3b9dcd0b23b4ae5081c2..db5a448adc9a0ee689421edeedbd843c58ad2dba 100644 |
--- a/src/compiler/x64/code-generator-x64.cc |
+++ b/src/compiler/x64/code-generator-x64.cc |
@@ -1066,7 +1066,7 @@ void CodeGenerator::AssembleArchBranch(Instruction* instr, BranchInfo* branch) { |
} |
-void CodeGenerator::AssembleArchJump(BasicBlock::RpoNumber target) { |
+void CodeGenerator::AssembleArchJump(RpoNumber target) { |
if (!IsNextInAssemblyOrder(target)) __ jmp(GetLabel(target)); |
} |