diff options
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 9b8fd40957933..955b1f27ca267 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 |