1
0
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:
Chris Lattner 2010-01-26 04:19:00 +00:00
parent 0c02f09fba
commit 41f661d2c2

View File

@ -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");
}