diff options
Diffstat (limited to 'test/codegen/condmove.go')
| -rw-r--r-- | test/codegen/condmove.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/condmove.go b/test/codegen/condmove.go index 00118d1b63..f86da3459a 100644 --- a/test/codegen/condmove.go +++ b/test/codegen/condmove.go @@ -104,7 +104,7 @@ func cmovfloatint2(x, y float64) float64 { // amd64:"CMOVQHI" // arm64:"CSEL\tMI" // wasm:"Select" - r = r - ldexp(y, (rexp-yexp)) + r = r - ldexp(y, rexp-yexp) } return r } |
