Skip to content

Commit

Permalink
Fix a case of CHECK[^:]*$.
Browse files Browse the repository at this point in the history
  • Loading branch information
jroelofs committed Aug 27, 2015
1 parent 6164af2 commit 61f7047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CodeGen/AArch64/arm64-ccmp-heuristics.ll
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ target triple = "arm64-apple-ios7.0.0"
; CHECK: Maze1
; CHECK: %if.then
; CHECK: cmp x{{[0-9]+}}, #2
; CHECK-NEXT b.cc
; CHECK-NEXT: b.lo
; CHECK: %if.then
; CHECK: cmp x{{[0-9]+}}, #2
; CHECK-NEXT b.cc
; CHECK-NEXT: b.lo
define i32 @Maze1() nounwind ssp {
entry:
%0 = load i64, i64* @channelColumns, align 8, !tbaa !0
Expand Down

0 comments on commit 61f7047

Please sign in to comment.