| Index: src/compiler/simplified-operator.cc
 | 
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
 | 
| index 31dac61d7e7d7b79a6b485b7bc816921dbed5f38..bf0062347a8b7090e1c6f2b40b078131ebbfb352 100644
 | 
| --- a/src/compiler/simplified-operator.cc
 | 
| +++ b/src/compiler/simplified-operator.cc
 | 
| @@ -502,6 +502,7 @@ UnicodeEncoding UnicodeEncodingOf(const Operator* op) {
 | 
|    V(CheckIf, 1, 0)                      \
 | 
|    V(CheckInternalizedString, 1, 1)      \
 | 
|    V(CheckNumber, 1, 1)                  \
 | 
| +  V(CheckReceiver, 1, 1)                \
 | 
|    V(CheckSmi, 1, 1)                     \
 | 
|    V(CheckString, 1, 1)                  \
 | 
|    V(CheckTaggedHole, 1, 1)              \
 | 
| 
 |