Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Nov 22, 2024
1 parent c160b2e commit f4ffee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/coreclr/jit/ssabuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1799,5 +1799,4 @@ void IncrementalSsaBuilder::InsertUse(const UseDefLocation& use)

LclVarDsc* dsc = m_comp->lvaGetDesc(m_lclNum);
dsc->GetPerSsaData(reachingDef.Tree->GetSsaNum())->AddUse(use.Block);
return true;
}
2 changes: 1 addition & 1 deletion src/coreclr/jit/ssabuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ class IncrementalSsaBuilder

void InsertDef(const UseDefLocation& def);
bool FinalizeDefs();
bool InsertUse(const UseDefLocation& use);
void InsertUse(const UseDefLocation& use);
};

0 comments on commit f4ffee0

Please sign in to comment.