forked from OSchip/llvm-project
[PGO, test] Fix typo in FileCheck var
Reviewed By: xur Differential Revision: https://reviews.llvm.org/D99821
This commit is contained in:
parent
b4f2e80600
commit
95f448aa86
|
@ -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}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue