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: http://review.tizen.org/git/?a=commitdiff_plain;h=097f1bf4b22175dcd10786a2398998a7cce29ed3;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/clang/test/Profile/cxx-throws.cpp b/clang/test/Profile/cxx-throws.cpp index 3e04fb0..47d079b 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