| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index ceb6d739512686357c1ea68a674394c4d9df2e30..4dd99554f148557e60219c63bde18ae72e0dd639 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -707,10 +707,10 @@ HConstant* HGraph::GetConstant##Name() { \
|
| Unique<Object>::CreateImmovable(isolate()->factory()->name##_value()), \
|
| Representation::Tagged(), \
|
| htype, \
|
| - false, \
|
| true, \
|
| + boolean_value, \
|
| false, \
|
| - boolean_value); \
|
| + ODDBALL_TYPE); \
|
| constant->InsertAfter(entry_block()->first()); \
|
| constant_##name##_.set(constant); \
|
| } \
|
|
|