1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[Docs] Fix code block in MemorySSA docs (NFC)

This commit is contained in:
Nikita Popov 2020-06-21 13:45:43 +02:00
parent 5724ae0b1e
commit aad2b43097

View File

@ -58,6 +58,7 @@ version is based on. This implies that there is a *single*
or indireclty. For example in:
.. code-block:: llvm
b = MemoryDef(a)
c = MemoryDef(b)
d = MemoryDef(c)