summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-12-14 16:43:44 +0000
committerNirav Dave <niravd@google.com>2016-12-14 16:43:44 +0000
commitf5bf03c7ef61c7e6f44ce22a5144b5e13be6e797 (patch)
tree8bbad8c76c9b57a0cdd5914eac2c7d7e06d69de1 /llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll
parenta37860acee2d02520e32d20dffd80fe43859b419 (diff)
downloadbcm5719-llvm-f5bf03c7ef61c7e6f44ce22a5144b5e13be6e797.tar.gz
bcm5719-llvm-f5bf03c7ef61c7e6f44ce22a5144b5e13be6e797.zip
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
Reverting due to ARM MCJIT and MIPS LLD error. This reverts commit r289659. llvm-svn: 289667
Diffstat (limited to 'llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll')
-rw-r--r--llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll b/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll
index 05245d0d9e1..8a334d21631 100644
--- a/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll
+++ b/llvm/test/CodeGen/X86/dont-trunc-store-double-to-float.ll
@@ -1,9 +1,9 @@
; RUN: llc -march=x86 < %s | FileCheck %s
; CHECK-LABEL: @bar
-; CHECK-DAG: movl $1074339512,
-; CHECK-DAG: movl $1374389535,
-; CHECK-DAG: movl $1078523331,
+; CHECK: movl $1074339512,
+; CHECK: movl $1374389535,
+; CHECK: movl $1078523331,
define void @bar() unnamed_addr {
entry-block:
%a = alloca double
OpenPOWER on IntegriCloud