Reviewers: Vyacheslav Egorov, danno, Paul Lind, kisg, palfia,
Description:
MIPS: fix-up after r11344
Removed a constant now duplicated by r11344 (7c41cf72).
This fixes compilation on MIPS (with the other submitted patches applied).
BUG=
TEST=
Please review this at http://codereview.chromium.org/10108023/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/mips/constants-mips.h
Index: src/mips/constants-mips.h
diff --git a/src/mips/constants-mips.h b/src/mips/constants-mips.h
index
fd04722792f8a2f789ac48cb7abc3c1a8652e405..3d585717cb0d4a6e5037955dc7df8fda0b8bc492
100644
--- a/src/mips/constants-mips.h
+++ b/src/mips/constants-mips.h
@@ -788,11 +788,6 @@ const int kBArgsSlotsSize = 0 *
Instruction::kInstrSize;
const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
-const int kDoubleAlignmentBits = 3;
-const int kDoubleAlignment = (1 << kDoubleAlignmentBits);
-const int kDoubleAlignmentMask = kDoubleAlignment - 1;
-
-
} } // namespace v8::internal
#endif // #ifndef V8_MIPS_CONSTANTS_H_
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev