Skip to content

Commit

Permalink
Merge pull request #26 from m-carrasco/new-field
Browse files Browse the repository at this point in the history
Add StackTypes field to IRBody.
  • Loading branch information
m-carrasco authored Feb 3, 2024
2 parents 1cb547f + faa97f8 commit ec84102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-ssa-lib/analyses/IntermediateRepresentation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public IEnumerable<MemoryVariable> MemoryVariables
{
get { return MemoryLocalVariables.Union(MemoryArgumentVariables); }
}

public IDictionary<Register, StackType> StackTypes;
}

public class ExceptionHandlerEntry
Expand Down

0 comments on commit ec84102

Please sign in to comment.