mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
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:
parent
5e45678e17
commit
255ac753d5
@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, double %b) {
|
||||
ret i32 %tmp
|
||||
}
|
||||
|
||||
; CHECK-LABEL: f:
|
||||
; CHECK-NOT: r3
|
||||
|
||||
|
@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, i64 %b) {
|
||||
ret i32 %tmp
|
||||
}
|
||||
|
||||
; CHECK-LABEL: f:
|
||||
; CHECK-NOT: r3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user