Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 2055) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -580,8 +580,8 @@ |
void CodeForSourcePosition(int pos); |
#ifdef DEBUG |
- // True if the registers are valid for entry to a block. There should be |
- // no frame-external references to eax, ebx, ecx, edx, or edi. |
+ // True if the registers are valid for entry to a block. There should |
+ // be no frame-external references to (non-reserved) registers. |
bool HasValidEntryRegisters(); |
#endif |