mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user