mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ba9ec8ce80
commit
3d6e70c857
@ -1470,7 +1470,7 @@ public:
|
||||
|
||||
void reset() {
|
||||
// A new HazardRec is created for each DAG and owned by SchedBoundary.
|
||||
// Detroying and reconstructing it is very expensive though. So keep
|
||||
// Destroying and reconstructing it is very expensive though. So keep
|
||||
// invalid, placeholder HazardRecs.
|
||||
if (HazardRec && HazardRec->isEnabled()) {
|
||||
delete HazardRec;
|
||||
|
Loading…
Reference in New Issue
Block a user