diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll b/llvm/test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll index ad8dd90ea92..bb15367e43d 100644 --- a/llvm/test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll +++ b/llvm/test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll @@ -9,7 +9,7 @@ entry: %conv = uitofp i16 %0 to ppc_fp128 ret ppc_fp128 %conv ; CHECK: lhz [[LD:[0-9]+]], 0(3) -; CHECK: mtvsrwa [[MV:[0-9]+]], [[LD]] +; CHECK: mtfprwa [[MV:[0-9]+]], [[LD]] ; CHECK: xscvsxddp [[CONV:[0-9]+]], [[MV]] ; CHECK: bl __gcc_qadd } |