| Index: src/compiler/code-generator.h
|
| diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
|
| index 8ad943165369258ac178ca17ef96f2c64018f3de..21c13f8d61e11a005a2dca8ccda6238c17bd9516 100644
|
| --- a/src/compiler/code-generator.h
|
| +++ b/src/compiler/code-generator.h
|
| @@ -84,9 +84,6 @@ class CodeGenerator final : public GapResolver::Assembler {
|
| void RecordSafepoint(ReferenceMap* references, Safepoint::Kind kind,
|
| int arguments, Safepoint::DeoptMode deopt_mode);
|
|
|
| - // Check if a heap object can be materialized by loading from the frame, which
|
| - // is usually way cheaper than materializing the actual heap object constant.
|
| - bool IsMaterializableFromFrame(Handle<HeapObject> object, int* slot_return);
|
| // Check if a heap object can be materialized by loading from a heap root,
|
| // which is cheaper on some platforms than materializing the actual heap
|
| // object constant.
|
|
|