C++: Add a placeholder for 'getOpcode'.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-04-11 15:44:33 +01:00
parent 8842b974f0
commit 846eac8be9

View File

@@ -1280,6 +1280,9 @@ class TranslatedUnaryExpr extends TranslatedSingleInstructionExpr {
or
// TODO: Use a new opcode to represent "awaiting the value"
expr instanceof CoAwaitExpr and result instanceof Opcode::CopyValue
or
// TODO: Use a new opcode to represent "awaiting the value"
expr instanceof CoYieldExpr and result instanceof Opcode::CopyValue
}
private TranslatedExpr getOperand() {