summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2016-08-22 18:13:12 +0000
committerJames Molloy <james.molloy@arm.com>2016-08-22 18:13:12 +0000
commit475f4a763f9a051f5769099dcf49ac858d4c6272 (patch)
treec86284adec642e055133588f471f88c32630de0c /llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
parent2094e44f9b703d28cea8c2b0f2191b6b8f1e00ca (diff)
downloadbcm5719-llvm-475f4a763f9a051f5769099dcf49ac858d4c6272.tar.gz
bcm5719-llvm-475f4a763f9a051f5769099dcf49ac858d4c6272.zip
Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
This reverts commit r279443. It caused buildbot failures. llvm-svn: 279447
Diffstat (limited to 'llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll')
-rw-r--r--llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
index 78d3ebf371a..79e8e68e2f5 100644
--- a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
+++ b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
@@ -106,7 +106,7 @@ if.then:
if.else:
store i32 3, i32* %p, align 4
- %incdec.ptr5 = getelementptr inbounds i32, i32* %p, i32 3
+ %incdec.ptr5 = getelementptr inbounds i32, i32* %p, i32 2
store i32 5, i32* %incdec.ptr1, align 4
store i32 6, i32* %incdec.ptr5, align 4
br label %if.end
OpenPOWER on IntegriCloud