NFC: I simply added CHECK-LABEL to prevent false matches in the tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307397 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew V. Tischenko 2017-07-07 13:41:33 +00:00
parent 5e45678e17
commit 255ac753d5
2 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, double %b) {
ret i32 %tmp ret i32 %tmp
} }
; CHECK-LABEL: f:
; CHECK-NOT: r3 ; CHECK-NOT: r3

View File

@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, i64 %b) {
ret i32 %tmp ret i32 %tmp
} }
; CHECK-LABEL: f:
; CHECK-NOT: r3 ; CHECK-NOT: r3