diff options
| author | Justin Bogner <mail@justinbogner.com> | 2015-04-28 06:55:23 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2015-04-28 06:55:23 +0000 |
| commit | 097f1bf4b22175dcd10786a2398998a7cce29ed3 (patch) | |
| tree | b7954ad94d735feaff11e137880962abe16a9614 /clang/test/Profile | |
| parent | f959febf7af3ba5681745845d55489748d8f9ebf (diff) | |
| download | bcm5719-llvm-097f1bf4b22175dcd10786a2398998a7cce29ed3.tar.gz bcm5719-llvm-097f1bf4b22175dcd10786a2398998a7cce29ed3.zip | |
InstrProf: Match a bit less strictly - some targets may add signext
Notably, this bot didn't like it:
http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/5117
llvm-svn: 235968
Diffstat (limited to 'clang/test/Profile')
| -rw-r--r-- | clang/test/Profile/cxx-throws.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Profile/cxx-throws.cpp b/clang/test/Profile/cxx-throws.cpp index 3e04fb019cb..47d079b7a0b 100644 --- a/clang/test/Profile/cxx-throws.cpp +++ b/clang/test/Profile/cxx-throws.cpp @@ -61,8 +61,8 @@ void throws() { // PGOUSE: ret void } -// PGOGEN-LABEL: @_Z11unreachablei(i32 %i) -// PGOUSE-LABEL: @_Z11unreachablei(i32 %i) +// PGOGEN-LABEL: @_Z11unreachablei(i32 +// PGOUSE-LABEL: @_Z11unreachablei(i32 // PGOGEN: store {{.*}} @[[UNC]], i64 0, i64 0 void unreachable(int i) { // PGOGEN: store {{.*}} @[[UNC]], i64 0, i64 1 |

