summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/complex-return.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/complex-return.ll')
-rw-r--r--test/CodeGen/PowerPC/complex-return.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/complex-return.ll b/test/CodeGen/PowerPC/complex-return.ll
index 5ac7524ff5c..8a6adaee555 100644
--- a/test/CodeGen/PowerPC/complex-return.ll
+++ b/test/CodeGen/PowerPC/complex-return.ll
@@ -26,8 +26,8 @@ entry:
; CHECK-LABEL: foo:
; CHECK: lfd 3
; CHECK: lfd 4
-; CHECK: lfd 2
; CHECK: lfd 1
+; CHECK: lfd 2
define { float, float } @oof() nounwind {
entry: