| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 07f007d0c82c4db8b0ac7fb71eba5474553722ce..2addf97e7949bc10b3b3b72f21ba3904e00f85ad 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2055,7 +2055,7 @@ LInstruction* LChunkBuilder::DoClampToUint8(HClampToUint8* instr) {
|
| Representation input_rep = value->representation();
|
| LOperand* reg = UseRegister(value);
|
| if (input_rep.IsDouble()) {
|
| - return DefineAsRegister(new(zone()) LClampDToUint8(reg, FixedTemp(d11)));
|
| + return DefineAsRegister(new(zone()) LClampDToUint8(reg));
|
| } else if (input_rep.IsInteger32()) {
|
| return DefineAsRegister(new(zone()) LClampIToUint8(reg));
|
| } else {
|
|
|