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/struct-byval-frame-index.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/ARM/struct-byval-frame-index.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/struct-byval-frame-index.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 ] |