diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
| commit | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch) | |
| tree | 5343938942df402b49ec7300a1c25a2d4ccd5821 /test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll | |
| parent | 31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff) | |
Diffstat (limited to 'test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll b/test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll index 9b8fd4095793..955b1f27ca26 100644 --- a/test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll +++ b/test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll @@ -323,7 +323,7 @@ entry: ret i64 %conv ; CHECK-LABEL: @_Z7testllff ; CHECK: xscvdpsxds [[CONVREG13:[0-9]+]], 1 -; CHECK: mfvsrd 3, [[CONVREG13]] +; CHECK: mffprd 3, [[CONVREG13]] } ; Function Attrs: nounwind @@ -349,7 +349,7 @@ entry: ret i64 %conv ; CHECK-LABEL: @_Z7testlldd ; CHECK: xscvdpsxds [[CONVREG14:[0-9]+]], 1 -; CHECK: mfvsrd 3, [[CONVREG14]] +; CHECK: mffprd 3, [[CONVREG14]] } ; Function Attrs: nounwind @@ -375,7 +375,7 @@ entry: ret i64 %conv ; CHECK-LABEL: @_Z8testullff ; CHECK: xscvdpuxds [[CONVREG15:[0-9]+]], 1 -; CHECK: mfvsrd 3, [[CONVREG15]] +; CHECK: mffprd 3, [[CONVREG15]] } ; Function Attrs: nounwind @@ -401,7 +401,7 @@ entry: ret i64 %conv ; CHECK-LABEL: @_Z8testulldd ; CHECK: xscvdpuxds [[CONVREG16:[0-9]+]], 1 -; CHECK: mfvsrd 3, [[CONVREG16]] +; CHECK: mffprd 3, [[CONVREG16]] } ; Function Attrs: nounwind |
