reg_alloc: GetBitWidth: Add UNREACHABLE
This commit is contained in:
parent
adccbf3c6b
commit
50c18181aa
@ -73,6 +73,8 @@ static size_t GetBitWidth(IR::Type type) {
|
||||
case IR::Type::NZCVFlags:
|
||||
return 32; // TODO: Update to 16 when flags optimization is done
|
||||
}
|
||||
UNREACHABLE();
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool HostLocInfo::IsLocked() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user