diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll b/llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll index 44cf49278db..f4733b61530 100644 --- a/llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll +++ b/llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll @@ -19,7 +19,7 @@ bb: br i1 %9, label %return, label %bb2 ; CHECK: bb.2.bb2: -; CHECK: Successors according to CFG: %bb.4({{[0-9a-fx/= ]+}}50.00%) %bb.3({{[0-9a-fx/= ]+}}50.00%) +; CHECK: successors: %bb.4(0x40000000), %bb.3(0x40000000) bb2: %v10 = icmp eq i32 %3, 16 |