mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 08:02:51 +00:00
Source base has been completely changed over to use Function instead of Method, this file is not obsolete.
llvm-svn: 2143
This commit is contained in:
parent
96135c924f
commit
96ac1e9960
@ -1,12 +0,0 @@
|
||||
// TRANSITION HEADER FILE. New code should use Function.h instead of Method.h
|
||||
|
||||
#ifndef LLVM_METHOD_H
|
||||
#define LLVM_METHOD_H
|
||||
|
||||
#ifndef MethodType
|
||||
#define MethodType FunctionType
|
||||
#endif
|
||||
|
||||
#include "llvm/Function.h"
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user