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:
c8394f6
)
Add transition typedef to Function
author
Chris Lattner
<sabre@nondot.org>
Sat, 23 Mar 2002 21:59:53 +0000
(21:59 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 23 Mar 2002 21:59:53 +0000
(21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1951
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Function.h
patch
|
blob
|
history
diff --git
a/include/llvm/Function.h
b/include/llvm/Function.h
index 23ebc31a4fa450eeaccc79e24f9d6c480f872da1..e4a51a9273ab23b11a566fb240f462851e1df733 100644
(file)
--- a/
include/llvm/Function.h
+++ b/
include/llvm/Function.h
@@
-105,4
+105,6
@@
public:
void dropAllReferences();
};
+typedef Method Function;
+
#endif