mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
refcount BitCodeAbbrev objects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -160,7 +160,7 @@ public:
|
||||
|
||||
// Delete all abbrevs.
|
||||
for (unsigned i = 0, e = CurAbbrevs.size(); i != e; ++i)
|
||||
delete CurAbbrevs[i];
|
||||
CurAbbrevs[i]->dropRef();
|
||||
|
||||
const Block &B = BlockScope.back();
|
||||
|
||||
|
Reference in New Issue
Block a user