Skip to content

Commit ec84102

Browse files
authored
Merge pull request #26 from m-carrasco/new-field
Add StackTypes field to IRBody.
2 parents 1cb547f + faa97f8 commit ec84102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

net-ssa-lib/analyses/IntermediateRepresentation.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ public IEnumerable<MemoryVariable> MemoryVariables
1919
{
2020
get { return MemoryLocalVariables.Union(MemoryArgumentVariables); }
2121
}
22+
23+
public IDictionary<Register, StackType> StackTypes;
2224
}
2325

2426
public class ExceptionHandlerEntry

0 commit comments

Comments
 (0)