diff options
author | Cong Hou <congh@google.com> | 2015-12-15 10:10:40 +0000 |
---|---|---|
committer | Cong Hou <congh@google.com> | 2015-12-15 10:10:40 +0000 |
commit | 3ba9cf60202476f6a450289c71fe4bfb1453886d (patch) | |
tree | cc67be2759e7481f7b7068e2d14d6ac2c19e970e /llvm/test/CodeGen/ARM | |
parent | ec6b1fcf63e124bf4bf28444af7f8809ebb511f7 (diff) | |
download | bcm5719-llvm-3ba9cf60202476f6a450289c71fe4bfb1453886d.tar.gz bcm5719-llvm-3ba9cf60202476f6a450289c71fe4bfb1453886d.zip |
Improve the successor list update in TailDuplication.cpp.
This patch improves a temporary fix in r255530 so that we can normalize
successor list without trigger assertion failures in tail duplication pass.
llvm-svn: 255638
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/taildup-branch-weight.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/taildup-branch-weight.ll b/llvm/test/CodeGen/ARM/taildup-branch-weight.ll index 799ef62416e..6f8d245e74a 100644 --- a/llvm/test/CodeGen/ARM/taildup-branch-weight.ll +++ b/llvm/test/CodeGen/ARM/taildup-branch-weight.ll @@ -30,7 +30,7 @@ B4: !0 = !{!"branch_weights", i32 4, i32 124} ; CHECK: Machine code for function test1: -; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}3.12%) BB#2({{[0-9a-fx/= ]+}}96.88%) +; CHECK: Successors according to CFG: BB#2(0x7c000000 / 0x80000000 = 96.88%) BB#1(0x04000000 / 0x80000000 = 3.12%) @g0 = common global i32 0, align 4 |