forked from OSchip/llvm-project
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
This commit is contained in:
parent
f959febf7a
commit
097f1bf4b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue