Skip to content

Commit 4f1cb77

Browse files
committed
Fixed issues with release/1.11 -> master merge after 1908 servicing
1 parent a6f4be0 commit 4f1cb77

File tree

2 files changed

+4676
-5337
lines changed

2 files changed

+4676
-5337
lines changed

lib/Backend/GlobOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ GlobOpt::OptInstr(IR::Instr *&instr, bool* isInstrRemoved)
27562756
}
27572757

27582758
bool
2759-
GlobOpt::IsNonNumericRegOpnd(IR::RegOpnd *opnd, bool inGlobOpt) const
2759+
GlobOpt::IsNonNumericRegOpnd(IR::RegOpnd* opnd, bool inGlobOpt, bool* isSafeToTransferInPrepass /*=nullptr*/) const
27602760
{
27612761
if (opnd == nullptr)
27622762
{

0 commit comments

Comments
 (0)