Commit e741242
committed
[M68k] Remove STI from M68kAsmParser
This already exists in the base class.
This resolves a build error:
```
lib/Target/M68k/M68kGenAsmMatcher.inc:2633:60: error: indirection requires pointer operand ('const MCSubtargetInfo' invalid)
2633 | unsigned Diag = validateOperandClass(Actual, Formal, *STI);
| ^~~~
1 error generated.
```1 parent 4cace1f commit e741242
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
1024 | 1023 | | |
1025 | 1024 | | |
1026 | 1025 | | |
1027 | | - | |
| 1026 | + | |
1028 | 1027 | | |
1029 | 1028 | | |
1030 | 1029 | | |
| |||
0 commit comments