diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-01-23 17:34:24 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-01-23 17:34:24 +0000 |
| commit | d8740b6e72bafbc7bc53630dad148b8e90e9aba3 (patch) | |
| tree | a687eed6a70a557a1d4cf733fa3efe0f18ba7e70 | |
| parent | 2a05ea5c0eacd16922b5682042bcfe7d7bb80855 (diff) | |
| download | bcm5719-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.c | 2 |
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]+ } |

