Skip to content

Commit

Permalink
Adjust arm64-irtranslator.ll test to changes from r287368
Browse files Browse the repository at this point in the history
The test is currently broken, and this CL should fix it.

Patch by Adrian Kuegel!

Differential Revision: https://reviews.llvm.org/D26910

llvm-svn: 287536
  • Loading branch information
d0k committed Nov 21, 2016
1 parent b7bbaa6 commit 68dd881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
Expand Up @@ -55,7 +55,7 @@ define void @allocai64() {
; CHECK: {{[0-9a-zA-Z._-]+}}:
;
; Make sure we have one successor and only one.
; CHECK-NEXT: successors: %[[END:[0-9a-zA-Z._-]+]]({{0x[a-f0-9]+ / 0x[a-f0-9]+}} = 100.00%)
; CHECK-NEXT: successors: %[[END:[0-9a-zA-Z._-]+]](0x80000000)
;
; Check that we emit the correct branch.
; CHECK: G_BR %[[END]]
Expand All @@ -77,8 +77,8 @@ end:
; CHECK: {{[0-9a-zA-Z._-]+}}:
;
; Make sure we have two successors
; CHECK-NEXT: successors: %[[TRUE:[0-9a-zA-Z._-]+]]({{0x[a-f0-9]+ / 0x[a-f0-9]+}} = 50.00%),
; CHECK: %[[FALSE:[0-9a-zA-Z._-]+]]({{0x[a-f0-9]+ / 0x[a-f0-9]+}} = 50.00%)
; CHECK-NEXT: successors: %[[TRUE:[0-9a-zA-Z._-]+]](0x40000000),
; CHECK: %[[FALSE:[0-9a-zA-Z._-]+]](0x40000000)
;
; Check that we emit the correct branch.
; CHECK: [[ADDR:%.*]](p0) = COPY %x0
Expand Down

0 comments on commit 68dd881

Please sign in to comment.