Skip to content

Commit

Permalink
NFC: I simply added CHECK-LABEL to prevent false matches in the tests.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307397 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
avt77 committed Jul 7, 2017
1 parent 5e45678 commit 255ac75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/CodeGen/ARM/arguments-nosplit-double.ll
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, double %b) {
ret i32 %tmp
}

; CHECK-LABEL: f:
; CHECK-NOT: r3

1 change: 1 addition & 0 deletions test/CodeGen/ARM/arguments-nosplit-i64.ll
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, i64 %b) {
ret i32 %tmp
}

; CHECK-LABEL: f:
; CHECK-NOT: r3

0 comments on commit 255ac75

Please sign in to comment.