Skip to content

Commit 3788aab

Browse files
pszymichigcbot
authored andcommitted
Synchronization between branches
.
1 parent 0e8aba1 commit 3788aab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

IGC/Compiler/CISACodeGen/OpenCLOptions.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -603,11 +603,5 @@ void Options::parseOptions(const char* opts)
603603
Xfinalizer = true;
604604
XfinalizerOption = arg->getValue();
605605
}
606-
607-
if (const llvm::opt::Arg* arg = apiOptions.getLastArg(OPT_Xfinalizer))
608-
{
609-
Xfinalizer = true;
610-
XfinalizerOption = arg->getValue();
611-
}
612606
}
613607
} // namespace IGC

0 commit comments

Comments
 (0)