Skip to content

Commit 3f0ecef

Browse files
committed
fix bad merge that removed branch from lower
1 parent 20fa861 commit 3f0ecef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Backend/Lower.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15733,6 +15733,8 @@ Lowerer::GeneratePropertyStringTest(IR::RegOpnd *srcReg, IR::Instr *instrInsert,
1573315733

1573415734
InsertObjectPoison(srcReg, branchInstr, instrInsert, !usePoison);
1573515735

15736+
InsertBranch(Js::OpCode::Br, propStrLoadedLabel, instrInsert);
15737+
1573615738
instrInsert->InsertBefore(notPropStrLabel);
1573715739

1573815740
branchInstr = InsertCompareBranch(

0 commit comments

Comments
 (0)