summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/static-addr-hoisting.ll
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-12-09 17:18:24 +0000
committerNirav Dave <niravd@google.com>2016-12-09 17:18:24 +0000
commitbedb5d906c097ba8117a1b3232f527ae1acffe37 (patch)
tree86d7084049259cdee6dd306836cb8c5b1c08255f /llvm/test/CodeGen/ARM/static-addr-hoisting.ll
parent078aea904331271c3fdc65b52d128a8acefe4e38 (diff)
downloadbcm5719-llvm-bedb5d906c097ba8117a1b3232f527ae1acffe37.tar.gz
bcm5719-llvm-bedb5d906c097ba8117a1b3232f527ae1acffe37.zip
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
This reverts commit r289221 which appears to be triggering an assertion llvm-svn: 289226
Diffstat (limited to 'llvm/test/CodeGen/ARM/static-addr-hoisting.ll')
-rw-r--r--llvm/test/CodeGen/ARM/static-addr-hoisting.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/static-addr-hoisting.ll b/llvm/test/CodeGen/ARM/static-addr-hoisting.ll
index 683d607936b..3d47e02f965 100644
--- a/llvm/test/CodeGen/ARM/static-addr-hoisting.ll
+++ b/llvm/test/CodeGen/ARM/static-addr-hoisting.ll
@@ -6,9 +6,9 @@ define void @multiple_store() {
; CHECK: movs [[VAL:r[0-9]+]], #42
; CHECK: movt r[[BASE1]], #15
-; CHECK-DAG: str [[VAL]], [r[[BASE1]]]
-; CHECK-DAG: str [[VAL]], [r[[BASE1]], #24]
-; CHECK-DAG: str.w [[VAL]], [r[[BASE1]], #42]
+; CHECK: str [[VAL]], [r[[BASE1]]]
+; CHECK: str [[VAL]], [r[[BASE1]], #24]
+; CHECK: str.w [[VAL]], [r[[BASE1]], #42]
; CHECK: movw r[[BASE2:[0-9]+]], #20394
; CHECK: movt r[[BASE2]], #18
OpenPOWER on IntegriCloud