mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +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() {
|
void reset() {
|
||||||
// A new HazardRec is created for each DAG and owned by SchedBoundary.
|
// 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.
|
// invalid, placeholder HazardRecs.
|
||||||
if (HazardRec && HazardRec->isEnabled()) {
|
if (HazardRec && HazardRec->isEnabled()) {
|
||||||
delete HazardRec;
|
delete HazardRec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user