| Index: src/compiler/code-generator.h
|
| diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
|
| index d1545d10b9ce95652ca20c455a3ce077296b7d6f..029f756e5461c7724a663db4cbb716ca186eddd1 100644
|
| --- a/src/compiler/code-generator.h
|
| +++ b/src/compiler/code-generator.h
|
| @@ -80,6 +80,7 @@ class CodeGenerator final : public GapResolver::Assembler {
|
| void AssembleArchJump(RpoNumber target);
|
| void AssembleArchBranch(Instruction* instr, BranchInfo* branch);
|
| void AssembleArchBoolean(Instruction* instr, FlagsCondition condition);
|
| + void AssembleArchSelect(Instruction* instr, FlagsCondition condition);
|
| void AssembleArchLookupSwitch(Instruction* instr);
|
| void AssembleArchTableSwitch(Instruction* instr);
|
|
|
|
|