Commit 8b03b3b
committed
MIPS: Avoid MCSymbol::isUnset
The unset state will be merged into the undefined state,
so isUnset should be avoided.
The code used by register equating uses the inaccurate condition.
```
.set r1, $4
```
For now just use isUndefined. GNU Assembler has a warning:
```
Warning: register value used as expression
```1 parent d1ee636 commit 8b03b3b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6654 | 6654 | | |
6655 | 6655 | | |
6656 | 6656 | | |
6657 | | - | |
| 6657 | + | |
6658 | 6658 | | |
6659 | 6659 | | |
6660 | 6660 | | |
| |||
0 commit comments