mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Rename 'isMethodExternal' to 'isExternal'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5a0892324
commit
52f2750ddb
@ -54,8 +54,8 @@ public:
|
||||
const MethodType *getMethodType() const;
|
||||
|
||||
// Is the body of this method unknown? (the basic block list is empty if so)
|
||||
// this is true for "extern"al methods.
|
||||
bool isMethodExternal() const { return BasicBlocks.empty(); }
|
||||
// this is true for external methods, defined as forward "declare"ations
|
||||
bool isExternal() const { return BasicBlocks.empty(); }
|
||||
|
||||
|
||||
// Get the class structure that this method is contained inside of...
|
||||
|
Loading…
Reference in New Issue
Block a user