diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/float-to-int.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/float-to-int.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/float-to-int.ll b/llvm/test/CodeGen/PowerPC/float-to-int.ll index 80e6b75ced3..6249c9436d8 100644 --- a/llvm/test/CodeGen/PowerPC/float-to-int.ll +++ b/llvm/test/CodeGen/PowerPC/float-to-int.ll @@ -21,7 +21,7 @@ define i64 @foo(float %a) nounwind { ; CHECK-VSX: @foo ; CHECK-VSX: xscvdpsxds [[REG:[0-9]+]], 1 -; CHECK-VSX: stxsdx [[REG]], +; CHECK-VSX: stfdx [[REG]], ; CHECK-VSX: ld 3, ; CHECK-VSX: blr @@ -44,7 +44,7 @@ define i64 @foo2(double %a) nounwind { ; CHECK-VSX: @foo2 ; CHECK-VSX: xscvdpsxds [[REG:[0-9]+]], 1 -; CHECK-VSX: stxsdx [[REG]], +; CHECK-VSX: stfdx [[REG]], ; CHECK-VSX: ld 3, ; CHECK-VSX: blr @@ -67,7 +67,7 @@ define i64 @foo3(float %a) nounwind { ; CHECK-VSX: @foo3 ; CHECK-VSX: xscvdpuxds [[REG:[0-9]+]], 1 -; CHECK-VSX: stxsdx [[REG]], +; CHECK-VSX: stfdx [[REG]], ; CHECK-VSX: ld 3, ; CHECK-VSX: blr @@ -90,7 +90,7 @@ define i64 @foo4(double %a) nounwind { ; CHECK-VSX: @foo4 ; CHECK-VSX: xscvdpuxds [[REG:[0-9]+]], 1 -; CHECK-VSX: stxsdx [[REG]], +; CHECK-VSX: stfdx [[REG]], ; CHECK-VSX: ld 3, ; CHECK-VSX: blr |