Index: src/assembler-ia32.h |
=================================================================== |
--- src/assembler-ia32.h (revision 1481) |
+++ src/assembler-ia32.h (working copy) |
@@ -177,7 +177,6 @@ |
taken = 0x3e |
}; |
- |
// The result of negating a hint is as if the corresponding condition |
// were negated by NegateCondition. That is, no_hint is mapped to |
// itself and not_taken and taken are mapped to each other. |
@@ -187,6 +186,7 @@ |
: ((hint == not_taken) ? taken : not_taken); |
} |
+ |
// ----------------------------------------------------------------------------- |
// Machine instruction Immediates |