diff --git a/test/CodeGen/instr-profile.c b/test/CodeGen/instr-profile.c
index 954c2939329677606614c5c2928f65cac4c729a9..c8e75a7e8c9ee1e48509553b2b8153c9a62b610d 100644
--- a/test/CodeGen/instr-profile.c
+++ b/test/CodeGen/instr-profile.c
@@ -74,7 +74,7 @@ void conditionals() {
     if (0 || i) {}
   }
 
-  // PGOGEN-NOT: store {{.*}} @[IFC]],
+  // PGOGEN-NOT: store {{.*}} @[[IFC]],
   // PGOUSE-NOT: br {{.*}} !prof ![0-9]+
 }