Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrichte authored and pleath committed Jun 10, 2019
1 parent 846e508 commit 66ab97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Backend/GlobOpt.cpp
Expand Up @@ -1244,7 +1244,7 @@ void GlobOpt::InsertValueCompensation(
{
IR::Instr *const newInstr =
IR::Instr::New(
Js::OpCode::Ld_I4,
Js::OpCode::Ld_A,
IR::RegOpnd::New(mergedHeadSegmentLengthSym, mergedHeadSegmentLengthSym->GetType(), func),
IR::RegOpnd::New(predecessorHeadSegmentLengthSym, predecessorHeadSegmentLengthSym->GetType(), func),
func);
Expand Down

0 comments on commit 66ab97c

Please sign in to comment.