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:
88f9386
)
Fix a warning
author
Chris Lattner
<sabre@nondot.org>
Sun, 21 Nov 2004 04:42:32 +0000
(
04:42
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 21 Nov 2004 04:42:32 +0000
(
04:42
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18083
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetJITInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetJITInfo.h
b/include/llvm/Target/TargetJITInfo.h
index 4c2e185164fd1e663f95a23a0b6e594469e06187..f126aaaf7a2522b11131893fda998aed0a9a75c6 100644
(file)
--- a/
include/llvm/Target/TargetJITInfo.h
+++ b/
include/llvm/Target/TargetJITInfo.h
@@
-48,6
+48,7
@@
namespace llvm {
/// address. Return the address of the resultant function.
virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE) {
assert(0 && "This target doesn't implement emitFunctionStub!");
+ return 0;
}
/// LazyResolverFn - This typedef is used to represent the function that