[turbofan] Add bounds check to Node::InputAt(index) and fix tests that go out of...
authortitzer <titzer@chromium.org>
Thu, 21 May 2015 10:59:54 +0000 (03:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 21 May 2015 10:59:40 +0000 (10:59 +0000)
commit41795b8ae217271ff8cd1299716a8cd5f29dadc4
tree0a4472e24ea8a1aed1112ebbe2147cfe1b0477c1
parent720d9c280a8e7415ed77ac846e955a8e163d834f
[turbofan] Add bounds check to Node::InputAt(index) and fix tests that go out of bounds.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28540}
src/compiler/arm64/instruction-selector-arm64.cc
src/compiler/node.h
test/cctest/compiler/test-js-typed-lowering.cc
test/cctest/compiler/test-osr.cc
test/cctest/compiler/test-simplified-lowering.cc
test/unittests/compiler/js-builtin-reducer-unittest.cc
test/unittests/compiler/js-typed-lowering-unittest.cc
test/unittests/compiler/scheduler-unittest.cc