mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
MethodPass's are now guaranteed to not be run on external methods!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1611 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -435,8 +435,6 @@ static bool DoRaisePass(Method *M) {
|
||||
// level.
|
||||
//
|
||||
bool RaisePointerReferences::doit(Method *M) {
|
||||
if (M->isExternal()) return false;
|
||||
|
||||
#ifdef DEBUG_PEEPHOLE_INSTS
|
||||
cerr << "\n\n\nStarting to work on Method '" << M->getName() << "'\n";
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user