Index: src/ia32/macro-assembler-ia32.cc |
diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc |
index 8ebef688944dc1060e3946c83d413b4e3e81c4fe..a46f8d92bf7bb074fd5a090aa624c8daf13524ca 100644 |
--- a/src/ia32/macro-assembler-ia32.cc |
+++ b/src/ia32/macro-assembler-ia32.cc |
@@ -1412,8 +1412,9 @@ void MacroAssembler::CheckAccessGlobalProxy(Register holder_reg, |
} |
-// Compute the hash code from the untagged key. This must be kept in sync |
-// with ComputeIntegerHash in utils.h. |
+// Compute the hash code from the untagged key. This must be kept in sync with |
+// ComputeIntegerHash in utils.h and KeyedLoadGenericElementStub in |
+// code-stub-hydrogen.cc |
// |
// Note: r0 will contain hash code |
void MacroAssembler::GetNumberHash(Register r0, Register scratch) { |