diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 |
| commit | eb11fae6d08f479c0799db45860a98af528fa6e7 (patch) | |
| tree | 44d492a50c8c1a7eb8e2d17ea3360ec4d066f042 /test/CodeGen/PowerPC/fabs.ll | |
| parent | b8a2042aa938069e862750553db0e4d82d25822c (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/PowerPC/fabs.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/fabs.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGen/PowerPC/fabs.ll b/test/CodeGen/PowerPC/fabs.ll index 369803af9794b..711d0f122131e 100644 --- a/test/CodeGen/PowerPC/fabs.ll +++ b/test/CodeGen/PowerPC/fabs.ll @@ -14,9 +14,7 @@ define float @bitcast_fabs(float %x) { ; CHECK-LABEL: bitcast_fabs: ; CHECK: ; %bb.0: ; CHECK-NEXT: stfs f1, -8(r1) -; CHECK-NEXT: nop -; CHECK-NEXT: nop -; CHECK-NEXT: lwz r2, -8(r1) +; CHECK: lwz r2, -8(r1) ; CHECK-NEXT: clrlwi r2, r2, 1 ; CHECK-NEXT: stw r2, -4(r1) ; CHECK-NEXT: lfs f1, -4(r1) |
