mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Clear RegSequences vector after eliminating REG_SEQUENCE instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e24b5c52d6
commit
fc6e6a9b3b
@ -1179,5 +1179,6 @@ bool TwoAddressInstructionPass::EliminateRegSequences() {
|
||||
MI->eraseFromParent();
|
||||
}
|
||||
|
||||
RegSequences.clear();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user