Skip to content

Commit 66ab97c

Browse files
wyrichtepleath
authored andcommitted
1 parent 846e508 commit 66ab97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Backend/GlobOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ void GlobOpt::InsertValueCompensation(
12441244
{
12451245
IR::Instr *const newInstr =
12461246
IR::Instr::New(
1247-
Js::OpCode::Ld_I4,
1247+
Js::OpCode::Ld_A,
12481248
IR::RegOpnd::New(mergedHeadSegmentLengthSym, mergedHeadSegmentLengthSym->GetType(), func),
12491249
IR::RegOpnd::New(predecessorHeadSegmentLengthSym, predecessorHeadSegmentLengthSym->GetType(), func),
12501250
func);

0 commit comments

Comments
 (0)