Skip to content

Commit 3dacce3

Browse files
author
Meghana Gupta
committed
remove redundant call
1 parent 1f042e8 commit 3dacce3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Backend/FlowGraph.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4723,8 +4723,6 @@ BasicBlock::CheckLegalityAndFoldPathDepBranches(GlobOpt* globOpt)
47234723

47244724
if (IsCopyTypeInstr(instr))
47254725
{
4726-
UpdateValueForCopyTypeInstr(instr);
4727-
47284726
Value *dstValue = UpdateValueForCopyTypeInstr(instr);
47294727
if (instr->m_opcode == Js::OpCode::LdFld && !dstValue)
47304728
{

0 commit comments

Comments
 (0)