]> granicus.if.org Git - clang/commitdiff
test/CodeGen: Finish fixing the typo in r199862
authorJustin Bogner <mail@justinbogner.com>
Thu, 23 Jan 2014 17:34:24 +0000 (17:34 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 23 Jan 2014 17:34:24 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199910 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/instr-profile.c

index 954c2939329677606614c5c2928f65cac4c729a9..c8e75a7e8c9ee1e48509553b2b8153c9a62b610d 100644 (file)
@@ -74,7 +74,7 @@ void conditionals() {
     if (0 || i) {}
   }
 
-  // PGOGEN-NOT: store {{.*}} @[IFC]],
+  // PGOGEN-NOT: store {{.*}} @[[IFC]],
   // PGOUSE-NOT: br {{.*}} !prof ![0-9]+
 }