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:
0edcc41
)
Add #define for MethodType
author
Chris Lattner
<sabre@nondot.org>
Fri, 29 Mar 2002 03:32:00 +0000
(
03:32
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 29 Mar 2002 03:32:00 +0000
(
03:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2025
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Method.h
patch
|
blob
|
history
diff --git
a/include/llvm/Method.h
b/include/llvm/Method.h
index 80f167c688efddece390d66de5e3785ec26df965..83a84fbf2d94217bc987352a88474c69cb84e5d3 100644
(file)
--- a/
include/llvm/Method.h
+++ b/
include/llvm/Method.h
@@
-3,6
+3,10
@@
#ifndef LLVM_METHOD_H
#define LLVM_METHOD_H
+#ifndef MethodType
+#define MethodType FunctionType
+#endif
+
#include "llvm/Function.h"
#endif