diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-04-16 15:43:26 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-04-16 15:43:26 +0000 |
commit | a9e2057416c5067dfc99e9e78c0513afcf2470eb (patch) | |
tree | 317b3a623de0607e68bafed4c869ad31d3e16b31 /llvm/test/CodeGen/Generic/MachineBranchProb.ll | |
parent | 6334cf3d697a326a1a1af91c1f8c5de394cf80c0 (diff) | |
download | bcm5719-llvm-a9e2057416c5067dfc99e9e78c0513afcf2470eb.tar.gz bcm5719-llvm-a9e2057416c5067dfc99e9e78c0513afcf2470eb.zip |
Revert the switch lowering change (r235101, r235103, r235106)
Looks like it broke the sanitizer-ppc64-linux1 build. Reverting for now.
llvm-svn: 235108
Diffstat (limited to 'llvm/test/CodeGen/Generic/MachineBranchProb.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index f10bd395abe..83277c98989 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -17,9 +17,9 @@ entry: ; CHECK: BB#0: derived from LLVM BB %entry ; CHECK: Successors according to CFG: BB#2(64) BB#4(14) ; CHECK: BB#4: derived from LLVM BB %entry -; CHECK: Successors according to CFG: BB#1(4) BB#5(10) +; CHECK: Successors according to CFG: BB#1(10) BB#5(4) ; CHECK: BB#5: derived from LLVM BB %entry -; CHECK: Successors according to CFG: BB#1(10) BB#3(7) +; CHECK: Successors according to CFG: BB#1(4) BB#3(7) sw.bb: br label %return |