From: Justin Bogner Date: Tue, 28 Apr 2015 06:55:23 +0000 (+0000) Subject: InstrProf: Match a bit less strictly - some targets may add signext X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab9df2111d03d694cbbaa340f0f9cc6e04650fb6;p=clang 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235968 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Profile/cxx-throws.cpp b/test/Profile/cxx-throws.cpp index 3e04fb019c..47d079b7a0 100644 --- a/test/Profile/cxx-throws.cpp +++ b/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