Skip to content

Commit

Permalink
C#: Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aschackmull committed Oct 25, 2023
1 parent 5ded55c commit 6882504
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class SsaVariable = SU::SsaVariable;

class Expr = CS::ControlFlow::Nodes::ExprNode;

class Location = CS::Location;

class IntegralType = CS::IntegralType;

class ConstantIntegerExpr = CU::ConstantIntegerExpr;
Expand Down

0 comments on commit 6882504

Please sign in to comment.