Revision: 11365
Author:   [email protected]
Date:     Wed Apr 18 03:39:30 2012
Log:      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=

Review URL: https://chromiumcodereview.appspot.com/10108023
Patch from Daniel Kalmar <[email protected]>.
http://code.google.com/p/v8/source/detail?r=11365

Modified:
 /branches/bleeding_edge/src/mips/constants-mips.h

=======================================
--- /branches/bleeding_edge/src/mips/constants-mips.h Tue Mar 13 09:18:30 2012 +++ /branches/bleeding_edge/src/mips/constants-mips.h Wed Apr 18 03:39:30 2012
@@ -788,11 +788,6 @@

 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

Reply via email to