1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[LoopTerminology] LCSSA: Fix typo in code sample

This commit is contained in:
Stefanos Baziotis 2020-04-12 04:40:55 +03:00
parent 6a077dd7a8
commit f5bcf98c90

View File

@ -232,7 +232,6 @@ accordingly, like so:
.. code-block:: C
for (...) {
c = ...;
if (c) {
for (...) {