Reviewers: Søren Gjesse,
Description:
Fix presubmit errors.
I will lint my code, I will lint my code, I will lint my code. :)
[email protected]
Please review this at http://codereview.chromium.org/1115007
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/x64/assembler-x64.h
Index: src/x64/assembler-x64.h
===================================================================
--- src/x64/assembler-x64.h (revision 4192)
+++ src/x64/assembler-x64.h (working copy)
@@ -743,8 +743,8 @@
void imul(Register dst, const Operand& src); // dst = dst *
src.
void imul(Register dst, Register src, Immediate imm); // dst = src *
imm.
// Signed 32-bit multiply instructions.
- void imull(Register dst, Register src); // dst = dst *
src.
- void imull(Register dst, Register src, Immediate imm); // dst = src *
imm.
+ void imull(Register dst, Register src); // dst = dst *
src.
+ void imull(Register dst, Register src, Immediate imm); // dst = src *
imm.
void incq(Register dst);
void incq(const Operand& dst);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply
to this email with the words "REMOVE ME" as the subject.