diff --git a/clang/test/CodeGen/instr-profile.c b/clang/test/CodeGen/instr-profile.c index 9f5cffd44b82..a5da9daba101 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]+ }