[PGO, test] Fix typo in FileCheck var

Reviewed By: xur

Differential Revision: https://reviews.llvm.org/D99821
This commit is contained in:
Thomas Preud'homme 2021-04-03 00:06:55 +01:00
parent b4f2e80600
commit 95f448aa86
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ void foo() {
return; return;
} }
// We shouldn't emit the unreachable counter. This used to crash in GlobalDCE. // We shouldn't emit the unreachable counter. This used to crash in GlobalDCE.
// CHECK-NOT: store {{.*}} @[[SWC]], i64 0, i64 1} // CHECK-NOT: store {{.*}} @[[C]], i64 0, i64 1}
} }