Simplified 'return' handling in the instruction selector.
authorsvenpanne <svenpanne@chromium.org>
Thu, 23 Apr 2015 12:39:34 +0000 (05:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Apr 2015 12:39:18 +0000 (12:39 +0000)
commit8aa7215246bbf56a4f2673897c5dc16c9f0e365d
treefbedc0ede2706e82d7b61f42fb44377d3ef84628
parentfe9efc121c8cba8b6aee1a9cf36c68ee97c44d99
Simplified 'return' handling in the instruction selector.

The RawMachineAssembler now behaves like the rest of TurboFan,
removing the need for some special cases.

Review URL: https://codereview.chromium.org/1090393003

Cr-Commit-Position: refs/heads/master@{#28028}
src/compiler/instruction-selector.cc
src/compiler/raw-machine-assembler.cc