summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-01-23 17:34:24 +0000
committerJustin Bogner <mail@justinbogner.com>2014-01-23 17:34:24 +0000
commitd8740b6e72bafbc7bc53630dad148b8e90e9aba3 (patch)
treea687eed6a70a557a1d4cf733fa3efe0f18ba7e70
parent2a05ea5c0eacd16922b5682042bcfe7d7bb80855 (diff)
downloadbcm5719-llvm-d8740b6e72bafbc7bc53630dad148b8e90e9aba3.tar.gz
bcm5719-llvm-d8740b6e72bafbc7bc53630dad148b8e90e9aba3.zip
test/CodeGen: Finish fixing the typo in r199862
llvm-svn: 199910
-rw-r--r--clang/test/CodeGen/instr-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/instr-profile.c b/clang/test/CodeGen/instr-profile.c
index 954c2939329..c8e75a7e8c9 100644
--- a/clang/test/CodeGen/instr-profile.c
+++ b/clang/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]+
}
OpenPOWER on IntegriCloud