Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Aug 30, 2015
1 parent 0a6b988 commit 8e5924f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readthedocs/llvm-bindings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The following table lists the Lua LLVM api functions available.
| ``condbr(vavlue, true_block, false_block) -> LLVMinstruction`` |
| Emit a conditional branch |
| |
| Binary Operators |
| Binary Operators of the form ``op(value1, value2) -> value``. |
| |
| * ``icmpeq`` |
| * ``icmpne`` |
Expand Down Expand Up @@ -175,7 +175,6 @@ The following table lists the Lua LLVM api functions available.
| * ``exactudiv`` |
| * ``sdiv`` |
| * ``exactsdiv`` |
| * ``neg`` |
| * ``urem`` |
| * ``srem`` |
| * ``and`` |
Expand All @@ -187,9 +186,10 @@ The following table lists the Lua LLVM api functions available.
| * ``fdiv`` |
| * ``frem`` |
| |
| Unary Operators |
| Unary Operators of the form ``op(value) -> value``. |
| |
| * ``not`` |
| * ``neg`` |
| * ``fneg`` |
| |
| GEP Operators |
Expand Down

0 comments on commit 8e5924f

Please sign in to comment.