test/CodeGen: Fix a typo

llvm-svn: 199862
This commit is contained in:
Justin Bogner 2014-01-23 02:54:20 +00:00
parent b920682e4a
commit fdac0cad1f
1 changed files with 1 additions and 1 deletions

View File

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