]> granicus.if.org Git - clang/commitdiff
InstrProf: Match a bit less strictly - some targets may add signext
authorJustin Bogner <mail@justinbogner.com>
Tue, 28 Apr 2015 06:55:23 +0000 (06:55 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 28 Apr 2015 06:55:23 +0000 (06:55 +0000)
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

test/Profile/cxx-throws.cpp

index 3e04fb019cbfc3b002f0e981c22451cc27c2736c..47d079b7a0b13162c73483c3d1d533f68485ff88 100644 (file)
@@ -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