Revision: 11650
Author:   [email protected]
Date:     Thu May 24 02:59:21 2012
Log:      Broke line longer than 80 chars.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10451011
http://code.google.com/p/v8/source/detail?r=11650

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

=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.h     Thu May 24 02:22:29 2012
+++ /branches/bleeding_edge/src/mips/lithium-mips.h     Thu May 24 02:59:21 2012
@@ -1224,7 +1224,8 @@

class LLoadKeyedSpecializedArrayElement: public LTemplateInstruction<1, 2, 0> {
  public:
- LLoadKeyedSpecializedArrayElement(LOperand* external_pointer, LOperand* key) {
+    LLoadKeyedSpecializedArrayElement(LOperand* external_pointer,
+                                      LOperand* key) {
     inputs_[0] = external_pointer;
     inputs_[1] = key;
   }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to