r199910 - test/CodeGen: Finish fixing the typo in r199862

Justin Bogner mail at justinbogner.com
Thu Jan 23 09:34:24 PST 2014


Author: bogner
Date: Thu Jan 23 11:34:24 2014
New Revision: 199910

URL: http://llvm.org/viewvc/llvm-project?rev=199910&view=rev
Log:
test/CodeGen: Finish fixing the typo in r199862

Modified:
    cfe/trunk/test/CodeGen/instr-profile.c

Modified: cfe/trunk/test/CodeGen/instr-profile.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/instr-profile.c?rev=199910&r1=199909&r2=199910&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/instr-profile.c (original)
+++ cfe/trunk/test/CodeGen/instr-profile.c Thu Jan 23 11:34:24 2014
@@ -74,7 +74,7 @@ void conditionals() {
     if (0 || i) {}
   }
 
-  // PGOGEN-NOT: store {{.*}} @[IFC]],
+  // PGOGEN-NOT: store {{.*}} @[[IFC]],
   // PGOUSE-NOT: br {{.*}} !prof ![0-9]+
 }
 





More information about the cfe-commits mailing list