Skip to content

Commit

Permalink
Fix repeated key assign_xor (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: Jyotin Goel <[email protected]>
  • Loading branch information
gjyotin305 authored Dec 26, 2024
1 parent 748fded commit 4dec777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crosstl/translator/codegen/metal_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def map_operator(self, op):
"ASSIGN_SHIFT_RIGHT": ">>=",
"ASSIGN_AND": "&=",
"LOGICAL_AND": "&&",
"ASSIGN_XOR": "^=",
"BITWISE_SHIFT_RIGHT": ">>",
"BITWISE_SHIFT_LEFT": "<<",
}
Expand Down

0 comments on commit 4dec777

Please sign in to comment.