Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeHolman committed May 13, 2019
1 parent 87ac2b5 commit 1a550c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Backend/GlobOpt.cpp
Expand Up @@ -13251,6 +13251,7 @@ GlobOpt::CheckJsArrayKills(IR::Instr *const instr)

case Js::OpCode::StFld:
case Js::OpCode::StFldStrict:
case Js::OpCode::StSuperFld:
{
Assert(instr->GetDst());

Expand Down
1 change: 1 addition & 0 deletions lib/Backend/GlobOptExpr.cpp
Expand Up @@ -822,6 +822,7 @@ GlobOpt::ProcessArrayValueKills(IR::Instr *instr)
case Js::OpCode::StRootFld:
case Js::OpCode::StFldStrict:
case Js::OpCode::StRootFldStrict:
case Js::OpCode::StSuperFld:
case Js::OpCode::StSlot:
case Js::OpCode::StSlotChkUndecl:
case Js::OpCode::DeleteFld:
Expand Down

0 comments on commit 1a550c6

Please sign in to comment.