Skip to content

Commit

Permalink
Update docs/source/developer/numba-runtime.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartarchibald committed Nov 10, 2020
1 parent eb596fb commit 13b9569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/developer/numba-runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ To summarize, all functions exposed to the refcount optimization pass
**must not** consume counted references unless done so via ``NRT_decref``.


Quirks of old optimization pass
-------------------------------
Quirks of the old optimization pass
-----------------------------------

Since the pre-0.52.0 `refcount optimization pass <nrt-refct-opt-pass_>`_
requires the LLVM function optimization pass, the pass works on the LLVM IR as
Expand Down

0 comments on commit 13b9569

Please sign in to comment.