mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-28 07:27:08 +00:00
Fix minor bug
llvm-svn: 1273
This commit is contained in:
parent
d6c5e0f535
commit
184137a419
@ -122,6 +122,7 @@ bool CleanupGCCOutput::PatchUpMethodReferences(Module *M) {
|
||||
delete Methods[i];
|
||||
Methods.erase(Methods.begin()+i);
|
||||
Changed = true;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user