aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/c-unreachable-after-switch.c')
-rw-r--r--clang/test/Profile/c-unreachable-after-switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/c-unreachable-after-switch.c b/clang/test/Profile/c-unreachable-after-switch.c
index 36a75449dbdf..cfc111b2752e 100644
--- a/clang/test/Profile/c-unreachable-after-switch.c
+++ b/clang/test/Profile/c-unreachable-after-switch.c
@@ -11,5 +11,5 @@ void foo() {
return;
}
// 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}
}