mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Rename Method to Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -27,12 +27,6 @@
|
||||
#define BCR_TRACE(n, X)
|
||||
#endif
|
||||
|
||||
class BasicBlock;
|
||||
class Method;
|
||||
class Module;
|
||||
class Type;
|
||||
class PointerType;
|
||||
|
||||
typedef unsigned char uchar;
|
||||
|
||||
struct RawInst { // The raw fields out of the bytecode stream...
|
||||
|
Reference in New Issue
Block a user