From a9e2057416c5067dfc99e9e78c0513afcf2470eb Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 16 Apr 2015 15:43:26 +0000 Subject: Revert the switch lowering change (r235101, r235103, r235106) Looks like it broke the sanitizer-ppc64-linux1 build. Reverting for now. llvm-svn: 235108 --- llvm/test/CodeGen/Generic/MachineBranchProb.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/Generic/MachineBranchProb.ll') 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 -- cgit v1.2.3