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/ARM | |
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/ARM')
-rw-r--r-- | llvm/test/CodeGen/ARM/ifcvt3.ll | 4 | ||||
-rw-r--r-- | llvm/test/CodeGen/ARM/struct-byval-frame-index.ll | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt3.ll b/llvm/test/CodeGen/ARM/ifcvt3.ll index e53d989ad52..5da63dc5f02 100644 --- a/llvm/test/CodeGen/ARM/ifcvt3.ll +++ b/llvm/test/CodeGen/ARM/ifcvt3.ll @@ -4,8 +4,8 @@ define i32 @t1(i32 %a, i32 %b, i32 %c, i32 %d) { ; CHECK-LABEL: t1: -; CHECK: cmp r2, #7 -; CHECK: cmpne r2, #1 +; CHECK: cmp r2, #1 +; CHECK: cmpne r2, #7 switch i32 %c, label %cond_next [ i32 1, label %cond_true i32 7, label %cond_true diff --git a/llvm/test/CodeGen/ARM/struct-byval-frame-index.ll b/llvm/test/CodeGen/ARM/struct-byval-frame-index.ll index 52f70fe1e0f..bca797d6dce 100644 --- a/llvm/test/CodeGen/ARM/struct-byval-frame-index.ll +++ b/llvm/test/CodeGen/ARM/struct-byval-frame-index.ll @@ -194,7 +194,7 @@ lor.lhs.false459: ; preds = %if.end454 %18 = load i32, i32* %mb_type, align 4 switch i32 %18, label %for.inc503 [ i32 9, label %if.then475 - i32 11, label %if.then475 + i32 10, label %if.then475 i32 13, label %if.then475 i32 14, label %if.then475 ] |