backend\A64\reg_alloc.cpp: Fix assert
This commit is contained in:
parent
38556d1bf2
commit
5613c1a042
@ -585,7 +585,7 @@ void RegAlloc::EmitMove(size_t bit_width, HostLoc to, HostLoc from) {
|
||||
// bit_width == 128
|
||||
//mov(HostLocToFpr(to), HostLocToFpr(from));
|
||||
|
||||
UNIMPLEMENTED();
|
||||
ASSERT_FALSE("Unimplemented");
|
||||
} else if (HostLocIsGPR(to) && HostLocIsGPR(from)) {
|
||||
ASSERT(bit_width != 128);
|
||||
if (bit_width == 64) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user