| Index: src/crankshaft/hydrogen-instructions.cc
|
| diff --git a/src/crankshaft/hydrogen-instructions.cc b/src/crankshaft/hydrogen-instructions.cc
|
| index df1fb421e906a039680cdd5ddfeb1b1155c2a397..a864c0c6cc726e9c45735d591276c24603e2fc17 100644
|
| --- a/src/crankshaft/hydrogen-instructions.cc
|
| +++ b/src/crankshaft/hydrogen-instructions.cc
|
| @@ -818,7 +818,6 @@ bool HInstruction::CanDeoptimize() {
|
| case HValue::kParameter:
|
| case HValue::kPhi:
|
| case HValue::kPushArguments:
|
| - case HValue::kRegExpLiteral:
|
| case HValue::kReturn:
|
| case HValue::kSeqStringGetChar:
|
| case HValue::kStoreCodeEntry:
|
|
|