summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/complex-return.ll
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2016-11-28 14:30:29 +0000
committerNirav Dave <niravd@google.com>2016-11-28 14:30:29 +0000
commit78f5fdf3e58924f9c3bf4bd0122dfcdcdfdf73f1 (patch)
tree572e965633cd792cab667ea25db98c46fa53f2a8 /test/CodeGen/PowerPC/complex-return.ll
parentee055c709fd7cdef98870b361ae62d69a99a3852 (diff)
Revert "[DAG] Improve loads-from-store forwarding to handle TokenFactor"
This reverts commit r287773 which caused issues with ppc64le builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/complex-return.ll')
-rw-r--r--test/CodeGen/PowerPC/complex-return.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/PowerPC/complex-return.ll b/test/CodeGen/PowerPC/complex-return.ll
index ada72cad0fc..f6097e65512 100644
--- a/test/CodeGen/PowerPC/complex-return.ll
+++ b/test/CodeGen/PowerPC/complex-return.ll
@@ -24,10 +24,10 @@ entry:
}
; CHECK-LABEL: foo:
-; CHECK-DAG: lfd 1
-; CHECK-DAG: lfd 2
-; CHECK-DAG: lfd 3
-; CHECK-DAG: lfd 4
+; CHECK: lfd 1
+; CHECK: lfd 2
+; CHECK: lfd 3
+; CHECK: lfd 4
define { float, float } @oof() nounwind {
entry: