Rename langref.rst to ir.rst.

This aligns with our use of the term "IR" rather than "IL" or
other terms involving "language".
This commit is contained in:
Dan Gohman
2018-08-02 09:18:59 -07:00
parent 987bbfa922
commit c61f8a5baf
8 changed files with 11 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ easier to provide substantial input functions for the compiler tests.
File tests are :file:`*.clif` files in the :file:`filetests/` directory
hierarchy. Each file has a header describing what to test followed by a number
of input functions in the :doc:`Cranelift textual intermediate representation
<langref>`:
<ir>`:
.. productionlist::
test_file : test_header `function_list`