summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-23 22:47:43 +0000
committerChris Lattner <sabre@nondot.org>2002-03-23 22:47:43 +0000
commite03002e772873e2fdba567362421e314ecd73e87 (patch)
tree5e10220b034d34b7a6addff8b533cd21c31c7ab9 /llvm
parentd781ebd257acf03c5c87b801d7d1a0ae08236982 (diff)
downloadbcm5719-llvm-e03002e772873e2fdba567362421e314ecd73e87.tar.gz
bcm5719-llvm-e03002e772873e2fdba567362421e314ecd73e87.zip
Add transition header file
llvm-svn: 1954
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Method.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/include/llvm/Method.h b/llvm/include/llvm/Method.h
new file mode 100644
index 00000000000..80f167c688e
--- /dev/null
+++ b/llvm/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
OpenPOWER on IntegriCloud