Mark all loop conditions.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 23 Mar 2010 13:36:38 +0000 (13:36 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 23 Mar 2010 13:36:38 +0000 (13:36 +0000)
commit65115c2857349a848cc4dce121969f9b06dd0cd6
treec5dc1050877f51a4eac645894cf0a8000d2ed89d
parent4d1f8cbfd63ee22205b9bd1a8f2e03bc7f963a1b
Mark all loop conditions.

Previously we marked compare operations that occurred as for loop
conditions so as to avoid inlining the floating-point code for them.
Begin marking all expressions that occur as any loop condition
(because they are never dead code).

Review URL: http://codereview.chromium.org/1074009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4227 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
src/ast.h
src/ia32/codegen-ia32.cc
src/parser.cc
src/x64/codegen-x64.cc