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 { } else {
return m0_value; return m0_value;
} }
case OperandField::Undefined:
break;
default: default:
UNREACHABLE(); UNREACHABLE();
} }