Update translate.cpp

remove  OperandField::Undefined:
This commit is contained in:
DanielSvoboda 2024-08-13 21:08:02 -03:00 committed by GitHub
parent 08280431f9
commit 808bc7a542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,8 +149,6 @@ T Translator::GetSrc(const InstOperand& operand) {
} else {
return m0_value;
}
case OperandField::Undefined:
break;
default:
UNREACHABLE();
}