diff options
| author | Xinliang David Li <davidxl@google.com> | 2016-05-12 16:41:27 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2016-05-12 16:41:27 +0000 |
| commit | b61f01d0a5fcbc83341acadcbe1f77cac28f3ca2 (patch) | |
| tree | afcec1ab3d6c0717fc1613e8ce5435619f410728 /llvm/test/CodeGen | |
| parent | b840bb87147eca5be26563658c7c33a3d4639ab2 (diff) | |
| download | bcm5719-llvm-b61f01d0a5fcbc83341acadcbe1f77cac28f3ca2.tar.gz bcm5719-llvm-b61f01d0a5fcbc83341acadcbe1f77cac28f3ca2.zip | |
minor test clean up /NFC
llvm-svn: 269308
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll b/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll index c2fdb778c45..6a5b743ef8a 100644 --- a/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll +++ b/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll @@ -15,17 +15,17 @@ entry: header: call void @e() %call = call zeroext i1 @a() - br i1 %call, label %if.then, label %latch, !prof !2 + br i1 %call, label %if.then, label %latch, !prof !1 if.then: call void @f() %call3 = call zeroext i1 @a() - br i1 %call3, label %latch, label %end, !prof !3 + br i1 %call3, label %latch, label %end, !prof !2 latch: call void @h() %call2 = call zeroext i1 @a() - br i1 %call2, label %header, label %end, !prof !4 + br i1 %call2, label %header, label %end, !prof !3 end: ret void @@ -38,6 +38,5 @@ declare void @g() declare void @h() !1 = !{!"branch_weights", i32 16, i32 16} -!2 = !{!"branch_weights", i32 16, i32 16} +!2 = !{!"branch_weights", i32 97, i32 3} !3 = !{!"branch_weights", i32 97, i32 3} -!4 = !{!"branch_weights", i32 97, i32 3} |

