Removed the funky 2-stage initialization of PipelineData.
authorsvenpanne <svenpanne@chromium.org>
Mon, 16 Feb 2015 09:30:11 +0000 (01:30 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 16 Feb 2015 09:30:28 +0000 (09:30 +0000)
commitacd6715dd91c8bf4190ba2c0ccf612d263162dc1
treec11aee4b227778c81250bb1d8c5a995f8ba77406
parente66d39a6be459381e68d07d013170d45d57a706c
Removed the funky 2-stage initialization of PipelineData.

Use simple old-skool constructors instead. Note that the long repeated
member initializer lists could be reduced a bit by using C++11's
brace-or-equal initializers, which are actually recommended by the
Google C++ style guide in this case, but the ARM toolchain is still
buggy in this area (see patch sets 1 and 2).  :-/

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

Cr-Commit-Position: refs/heads/master@{#26654}
src/compiler/pipeline.cc