projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1214cb
)
Remove warning about non return on a non-void function.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 26 Jan 2010 08:27:24 +0000
(08:27 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 26 Jan 2010 08:27:24 +0000
(08:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94532
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetLowering.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetLowering.h
b/include/llvm/Target/TargetLowering.h
index 9b078ef1b6bc3d71dabebeb5fc7a81222c74dcf7..aab70cb5749cc07024dea1b84dfc5de7081cb3ff 100644
(file)
--- 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