diff options
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index a1ce236407..8c6e228097 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -776,7 +776,7 @@ public: /// given PIC jumptable, the same as getPICJumpTableRelocBase, but as an /// MCExpr. virtual const MCExpr * - getPICJumpTableRelocBaseExpr(const MachineJumpTableInfo *MJTI, + getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, MCContext &Ctx) const; /// isOffsetFoldingLegal - Return true if folding a constant offset |