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:
79cc5bc
)
Add transition header file
author
Chris Lattner
<sabre@nondot.org>
Sat, 23 Mar 2002 22:47:43 +0000
(22:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 23 Mar 2002 22:47:43 +0000
(22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1954
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Method.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/llvm/Method.h
b/include/llvm/Method.h
new file mode 100644
(file)
index 0000000..
80f167c
--- /dev/null
+++ b/
include/llvm/Method.h
@@ -0,0
+1,8
@@
+// TRANSITION HEADER FILE. New code should use Function.h instead of Method.h
+
+#ifndef LLVM_METHOD_H
+#define LLVM_METHOD_H
+
+#include "llvm/Function.h"
+
+#endif