diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 9b078ef1b6..aab70cb574 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -761,6 +761,7 @@ public: const MachineBasicBlock *MBB, unsigned uid, MCContext &Ctx) const { assert(0 && "Need to implement this hook if target has custom JTIs"); + return 0; } /// getPICJumpTableRelocaBase - Returns relocation base for the given PIC |