mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
this hook should be const.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
153f1ebeb8
commit
b8da4ac698
@ -763,7 +763,7 @@ public:
|
||||
virtual const MCExpr *
|
||||
LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
|
||||
const MachineBasicBlock *MBB, unsigned uid,
|
||||
MCContext &Ctx) {
|
||||
MCContext &Ctx) const {
|
||||
assert(0 && "Need to implement this hook if target has custom JTIs");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user