diff options
Diffstat (limited to 'src/cljcc/tacky.clj')
| -rw-r--r-- | src/cljcc/tacky.clj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cljcc/tacky.clj b/src/cljcc/tacky.clj index 5f09181..0c27271 100644 --- a/src/cljcc/tacky.clj +++ b/src/cljcc/tacky.clj @@ -39,11 +39,11 @@ :multiply :mul :divide :div :remainder :mod - :bit-and :bit-and - :bit-or :bit-or - :bit-xor :bit-xor - :bit-right-shift :bit-right-shift - :bit-left-shift :bit-left-shift)) + :ampersand :bit-and + :bitwise-or :bit-or + :bitwise-xor :bit-xor + :bitwise-right-shift :bit-right-shift + :bitwise-left-shift :bit-left-shift)) (defn- unary-instruction [unary-operator src dst] {:type :unary |
