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:
Chris Lattner 2010-01-26 04:19:00 +00:00
parent 153f1ebeb8
commit b8da4ac698

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