comment typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2013-09-04 21:12:05 +00:00
parent ba9ec8ce80
commit 3d6e70c857

View File

@ -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;