diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/direct-move-profit.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/direct-move-profit.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/direct-move-profit.ll b/llvm/test/CodeGen/PowerPC/direct-move-profit.ll index 423f0ff0e37..7205d11a105 100644 --- a/llvm/test/CodeGen/PowerPC/direct-move-profit.ll +++ b/llvm/test/CodeGen/PowerPC/direct-move-profit.ll @@ -17,7 +17,7 @@ entry: ; CHECK-NOT: mtvsrwa ; CHECK-NOT: mtfprwa -; CHECK: lxsiwax [[REG:[0-9]+]], {{.*}} +; CHECK: lfiwax [[REG:[0-9]+]], {{.*}} ; CHECK-NOT: mtvsrwa ; CHECK-NOT: mtfprwa ; CHECK: xscvsxdsp {{.*}}, [[REG]] @@ -40,7 +40,7 @@ entry: ; CHECK-NOT: mtvsrwa ; CHECK-NOT: mtfprwa -; CHECK: lxsiwax [[REG:[0-9]+]], {{.*}} +; CHECK: lfiwax [[REG:[0-9]+]], {{.*}} ; CHECK-NOT: mtvsrwa ; CHECK-NOT: mtfprwa ; CHECK: xscvsxdsp {{.*}}, [[REG]] |