diff options
-rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index 9b078ef1b6b..aab70cb5749 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/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 |