| Index: src/mips/frames-mips.h
 | 
| diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h
 | 
| index 798ef23b2ed023dbe10913b8f4a36f81aa524d1f..2c838938b71a50607a3d1de8ea05fa17bf93df9d 100644
 | 
| --- a/src/mips/frames-mips.h
 | 
| +++ b/src/mips/frames-mips.h
 | 
| @@ -87,7 +87,6 @@ static const RegList kCalleeSavedFPU =
 | 
|  static const int kNumCalleeSavedFPU = 6;
 | 
|  // Number of registers for which space is reserved in safepoints. Must be a
 | 
|  // multiple of 8.
 | 
| -// TODO(mips): Only 8 registers may actually be sufficient. Revisit.
 | 
|  static const int kNumSafepointRegisters = 24;
 | 
|  
 | 
|  // Define the list of registers actually saved at safepoints.
 | 
| 
 |