diff options
author | Alberto Donizetti <alb.donizetti@gmail.com> | 2018-03-15 11:15:22 +0100 |
---|---|---|
committer | Alberto Donizetti <alb.donizetti@gmail.com> | 2018-03-15 18:05:59 +0000 |
commit | cceee685be4436c8fd417e9c248429b8625b978d (patch) | |
tree | 4ac1303466fc5aace369b503bbbc7df808ae4228 /test/codegen/arithmetic.go | |
parent | 546bab8c295895368ce8ec3d97ff65472c1032ab (diff) | |
download | go-git-cceee685be4436c8fd417e9c248429b8625b978d.tar.gz |
test/codegen: port floats tests to codegen
And delete them from asm_test.
Change-Id: Ibdaca3496eefc73c731b511ddb9636a1f3dff68c
Reviewed-on: https://go-review.googlesource.com/100915
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'test/codegen/arithmetic.go')
-rw-r--r-- | test/codegen/arithmetic.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/codegen/arithmetic.go b/test/codegen/arithmetic.go index 16517cfac4..0cd4d2ee23 100644 --- a/test/codegen/arithmetic.go +++ b/test/codegen/arithmetic.go @@ -7,7 +7,8 @@ package codegen // This file contains codegen tests related to arithmetic -// simplifications/optimizations. +// simplifications and optimizations on integer types. +// For codegen tests on float types, see floats.go. // -------------------- // // Multiplication // |