aboutsummaryrefslogtreecommitdiffstats
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.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/complex-return.ll b/test/CodeGen/PowerPC/complex-return.ll
index 5ac7524..9d25e61 100644
--- a/test/CodeGen/PowerPC/complex-return.ll
+++ b/test/CodeGen/PowerPC/complex-return.ll
@@ -24,10 +24,10 @@ entry:
}
; CHECK-LABEL: foo:
+; CHECK: lfd 1
+; CHECK: lfd 2
; CHECK: lfd 3
; CHECK: lfd 4
-; CHECK: lfd 2
-; CHECK: lfd 1
define { float, float } @oof() nounwind {
entry: