summaryrefslogtreecommitdiff
path: root/test/codegen/arithmetic.go
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2018-03-15 11:15:22 +0100
committerAlberto Donizetti <alb.donizetti@gmail.com>2018-03-15 18:05:59 +0000
commitcceee685be4436c8fd417e9c248429b8625b978d (patch)
tree4ac1303466fc5aace369b503bbbc7df808ae4228 /test/codegen/arithmetic.go
parent546bab8c295895368ce8ec3d97ff65472c1032ab (diff)
downloadgo-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.go3
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 //