mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
this hook should be const.
llvm-svn: 94508
This commit is contained in:
parent
0c02f09fba
commit
41f661d2c2
@ -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