backend\A64\reg_alloc.cpp: Handle AccType

This commit is contained in:
SachinVin 2022-05-28 19:21:22 +05:30
parent 41bdd03bbe
commit c654544aeb

View File

@ -48,6 +48,7 @@ static size_t GetBitWidth(IR::Type type) {
case IR::Type::Cond:
case IR::Type::Void:
case IR::Type::Table:
case IR::Type::AccType:
ASSERT_FALSE("Type {} cannot be represented at runtime", type);
return 0;
case IR::Type::Opaque: