| Index: src/arm/assembler-arm.h
|
| ===================================================================
|
| --- src/arm/assembler-arm.h (revision 6244)
|
| +++ src/arm/assembler-arm.h (working copy)
|
| @@ -1147,11 +1147,9 @@
|
| const Condition cond = al);
|
| void vcmp(const DwVfpRegister src1,
|
| const DwVfpRegister src2,
|
| - const SBit s = LeaveCC,
|
| const Condition cond = al);
|
| void vcmp(const DwVfpRegister src1,
|
| const double src2,
|
| - const SBit s = LeaveCC,
|
| const Condition cond = al);
|
| void vmrs(const Register dst,
|
| const Condition cond = al);
|
|
|