Make sure that the context argument of HAdd is never NULL.
authorsvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Oct 2012 13:53:24 +0000 (13:53 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Oct 2012 13:53:24 +0000 (13:53 +0000)
commitf81b06dde52d235e5a4e12799c364f14718e2d4b
tree8db2da6b96d17c24290f3f188a324ae6c449894e
parent012ae4761c4edd6ff9c165a3355e394e118c9b53
Make sure that the context argument of HAdd is never NULL.

Although this doesn't hurt currently, it hurts any future compiler
pass relying on the invariant that no operand is NULL.

R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12681 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/hydrogen-instructions.h
src/hydrogen.cc