[libFuzzer] mention more trophies and improve the link formatting
[oota-llvm.git] / docs / ProgrammersManual.rst
index ceb39e18efdf9534a8c20a0b30ab923bd4f09de4..08cc61a187b51b8c27b25c42aac0062640789d24 100644 (file)
@@ -1868,7 +1868,7 @@ Iterating over predecessors & successors of blocks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Iterating over the predecessors and successors of a block is quite easy with the
-routines defined in ``"llvm/Support/CFG.h"``.  Just use code like this to
+routines defined in ``"llvm/IR/CFG.h"``.  Just use code like this to
 iterate over all predecessors of BB:
 
 .. code-block:: c++