mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +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 *
|
virtual const MCExpr *
|
||||||
LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
|
LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
|
||||||
const MachineBasicBlock *MBB, unsigned uid,
|
const MachineBasicBlock *MBB, unsigned uid,
|
||||||
MCContext &Ctx) {
|
MCContext &Ctx) const {
|
||||||
assert(0 && "Need to implement this hook if target has custom JTIs");
|
assert(0 && "Need to implement this hook if target has custom JTIs");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user