backend\A64\reg_alloc.cpp: Handle AccType
This commit is contained in:
parent
41bdd03bbe
commit
c654544aeb
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user