[turbofan] Follow-up to evaluation order in AstGraphBuilder.
authormstarzinger <mstarzinger@chromium.org>
Tue, 17 Mar 2015 14:08:02 +0000 (07:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Mar 2015 14:08:17 +0000 (14:08 +0000)
commit7f7cff33f37a05eea357c170a9aea03484a6dc94
treefb0b14ee8445f84b9d155d915d7fedea260aa9db
parentd3fb7bf809227a8f9bbf86c4e6049195b8102379
[turbofan] Follow-up to evaluation order in AstGraphBuilder.

The evaluation order of receiver versus arguments is not properly
defined by C++. This caused issues with Clang where the environment
changed after the receiveing environment was already loaded.

R=jarin@chromium.org
BUG=chromium:467531
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#27240}
src/compiler/ast-graph-builder.cc