Removed one bogus CompilationInfo constructor.
authorsvenpanne <svenpanne@chromium.org>
Thu, 12 Feb 2015 12:57:07 +0000 (04:57 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 12 Feb 2015 12:57:19 +0000 (12:57 +0000)
commit222001ace4daec968de22dcfc1bfa343bf386e5d
tree172dd3191f3d32d0ee096d6246ed13f18efc6544
parent4465836c8a615ed6c15c8d80bb414ce8d9f0624c
Removed one bogus CompilationInfo constructor.

Use a fake code stub instead, basically following the null object pattern.

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

Cr-Commit-Position: refs/heads/master@{#26610}
src/code-stubs.h
src/compiler.cc
src/compiler.h
src/compiler/pipeline.cc
test/cctest/compiler/test-instruction.cc
test/cctest/compiler/test-linkage.cc