test/CodeGen: Finish fixing the typo in r199862

llvm-svn: 199910
This commit is contained in:
Justin Bogner 2014-01-23 17:34:24 +00:00
parent 2a05ea5c0e
commit d8740b6e72
1 changed files with 1 additions and 1 deletions

View File

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