commit | 214bbcd1d7454197427c13cc082860619357d847 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Oct 20 14:54:07 2015 +0100 |
committer | Calin Juravle <calin@google.com> | Tue Oct 20 20:06:44 2015 +0100 |
tree | ec08d244ae002d85b7537ca9921618be1b4a387d | |
parent | a5903e622c0c11c1513a62e128a26d3cefd16c6f [diff] |
Inliner: make sure the returned value is in the outer graph. The returned value may be a constant or a parameter value. If so, it will be in the inlined entry_block and (before this CL) we would not update its block or graph. This CL fixes this and makes sure that the returned value belongs to the outer graph. Change-Id: Ie296f0d5a320c33f39eb187df6d328371ccf6500