diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/mulld.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/mulld.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/mulld.ll b/llvm/test/CodeGen/PowerPC/mulld.ll index e42286d31b4..c867d9ae8e2 100644 --- a/llvm/test/CodeGen/PowerPC/mulld.ll +++ b/llvm/test/CodeGen/PowerPC/mulld.ll @@ -11,8 +11,8 @@ define void @bn_mul_comba8(i64* nocapture %r, i64* nocapture readonly %a, i64* n ; CHECK-LABEL: bn_mul_comba8: ; CHECK: mulhdu ; CHECK-NEXT: mulld -; CHECK-NEXT: mulhdu -; CHECK-NEXT: mulld +; CHECK: mulhdu +; CHECK: mulld ; CHECK-NEXT: mulhdu |

