summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGen/instr-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/instr-profile.c b/clang/test/CodeGen/instr-profile.c
index 9f5cffd44b8..a5da9daba10 100644
--- a/clang/test/CodeGen/instr-profile.c
+++ b/clang/test/CodeGen/instr-profile.c
@@ -73,7 +73,7 @@ void conditionals() {
if (0 || i) {}
}
- // PGOGEN-NOT: store {{.*}} @[EEC]],
+ // PGOGEN-NOT: store {{.*}} @[IFC]],
// PGOUSE-NOT: br {{.*}} !prof ![0-9]+
}
OpenPOWER on IntegriCloud