reg_alloc: GetBitWidth: Add UNREACHABLE
This commit is contained in:
parent
fff8e019dc
commit
9a812b0c61
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ static size_t GetBitWidth(IR::Type type) {
|
||||||
case IR::Type::NZCVFlags:
|
case IR::Type::NZCVFlags:
|
||||||
return 32; // TODO: Update to 16 when flags optimization is done
|
return 32; // TODO: Update to 16 when flags optimization is done
|
||||||
}
|
}
|
||||||
|
UNREACHABLE();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HostLocInfo::IsLocked() const {
|
bool HostLocInfo::IsLocked() const {
|
||||||
|
|
Loading…
Reference in a new issue