r235968 - InstrProf: Match a bit less strictly - some targets may add signext

Justin Bogner mail at justinbogner.com
Mon Apr 27 23:55:24 PDT 2015


Author: bogner
Date: Tue Apr 28 01:55:23 2015
New Revision: 235968

URL: http://llvm.org/viewvc/llvm-project?rev=235968&view=rev
Log:
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

Modified:
    cfe/trunk/test/Profile/cxx-throws.cpp

Modified: cfe/trunk/test/Profile/cxx-throws.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Profile/cxx-throws.cpp?rev=235968&r1=235967&r2=235968&view=diff
==============================================================================
--- cfe/trunk/test/Profile/cxx-throws.cpp (original)
+++ cfe/trunk/test/Profile/cxx-throws.cpp Tue Apr 28 01:55:23 2015
@@ -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





More information about the cfe-commits mailing list