Skip to content

Commit

Permalink
Add AAssign to Cabs2cil
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jul 26, 2024
1 parent 551e460 commit e684426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontc/cabs2cil.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2940,6 +2940,8 @@ and doAttr (a: A.attribute) : attribute list =
ABinOp(LAnd, ae aa1, ae aa2)
| A.BINARY(A.OR, aa1, aa2) ->
ABinOp(LOr, ae aa1, ae aa2)
| A.BINARY(A.ASSIGN, aa1, aa2) ->
AAssign(ae aa1, ae aa2)
| A.BINARY(abop, aa1, aa2) ->
ABinOp (convBinOp abop, ae aa1, ae aa2)
| A.UNARY(A.PLUS, aa) -> ae aa
Expand Down

0 comments on commit e684426

Please sign in to comment.