Skip to content

Commit

Permalink
grammar: add 'fsub' op for atomicrmw instruction
Browse files Browse the repository at this point in the history
Updates llir/llvm#101.
  • Loading branch information
mewmew committed Oct 31, 2019
1 parent 1fee634 commit 6d0a62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ll.tm
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,7 @@ AtomicOp -> AtomicOp
: 'add'
| 'and'
| 'fadd'
| 'fsub'
| 'max'
| 'min'
| 'nand'
Expand Down

0 comments on commit 6d0a62b

Please sign in to comment.