| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index c0ef079dc5bedea5bfaee021323c187a47a71c9e..c35f5e9042680242fba365bdf09ab1b58255f0dc 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -3775,7 +3775,7 @@ void LCodeGen::DoCheckMap(LCheckMap* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoClampDoubleToUint8(LClampDoubleToUint8* instr) {
|
| +void LCodeGen::DoClampDToUint8(LClampDToUint8* instr) {
|
| XMMRegister value_reg = ToDoubleRegister(instr->unclamped());
|
| Register result_reg = ToRegister(instr->result());
|
| Register temp_reg = ToRegister(instr->TempAt(0));
|
| @@ -3790,7 +3790,7 @@ void LCodeGen::DoClampIToUint8(LClampIToUint8* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoClampTaggedToUint8(LClampTaggedToUint8* instr) {
|
| +void LCodeGen::DoClampTToUint8(LClampTToUint8* instr) {
|
| ASSERT(instr->unclamped()->Equals(instr->result()));
|
| Register input_reg = ToRegister(instr->unclamped());
|
| Register temp_reg = ToRegister(instr->TempAt(0));
|
|
|