diff options
-rw-r--r-- | llvm/include/llvm/Method.h | 8 |
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 |