]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: allow inlining of functions with intrinsics in them
authorKeith Randall <khr@golang.org>
Sat, 10 Dec 2016 00:59:38 +0000 (16:59 -0800)
committerKeith Randall <khr@golang.org>
Thu, 2 Feb 2017 17:46:09 +0000 (17:46 +0000)
commit8a9dc05312ece25aae057e618f3715208d201f8e
tree44c12376c2b500fc27b1c4c12aaeb27824da04cc
parent73f92f9b0405e98427bbb445f24cffb5d3c4d01b
cmd/compile: allow inlining of functions with intrinsics in them

Intrinsics are ok to inline as they don't rewrite to actual calls.

Change-Id: Ieb19c834c61579823c62c6d1a1b425d6c4d4de23
Reviewed-on: https://go-review.googlesource.com/34272
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/inl.go