mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Remove warning about non return on a non-void function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1214cbf3c
commit
ee49ad79fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user