Reviewers: Mads Ager, fschneider, Description: Remove the HInstruction utilities taking flag mask arguments.
It is a type error to treat a flag (an enum) as if it were a flag mask (an int derived from shifting a bit by the enum value). It is error prone to have functions that take flag mask arguments because they will silently accept flags. Please review this at http://codereview.chromium.org/6373011/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32 Affected files: M src/hydrogen-instructions.h M src/hydrogen-instructions.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
