summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/OCamlLangImpl5.rst
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2015-12-15 20:50:29 +0000
committerAlex Denisov <1101.debian@gmail.com>2015-12-15 20:50:29 +0000
commit596e97924ae5bd884509d5a99bfd89850cb7a29e (patch)
treed70f7e56fd9419ecd5b3c9c67485b83a5e00f095 /llvm/docs/tutorial/OCamlLangImpl5.rst
parent4ec401406e3d71aae58fa210b727175022937cf2 (diff)
downloadbcm5719-llvm-596e97924ae5bd884509d5a99bfd89850cb7a29e.tar.gz
bcm5719-llvm-596e97924ae5bd884509d5a99bfd89850cb7a29e.zip
LLVM tutorial: fix broken links/anchors
llvm-svn: 255671
Diffstat (limited to 'llvm/docs/tutorial/OCamlLangImpl5.rst')
-rw-r--r--llvm/docs/tutorial/OCamlLangImpl5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl5.rst b/llvm/docs/tutorial/OCamlLangImpl5.rst
index 0faecfb9222..675b9bc1978 100644
--- a/llvm/docs/tutorial/OCamlLangImpl5.rst
+++ b/llvm/docs/tutorial/OCamlLangImpl5.rst
@@ -175,7 +175,7 @@ Kaleidoscope looks like this:
To visualize the control flow graph, you can use a nifty feature of the
LLVM '`opt <http://llvm.org/cmds/opt.html>`_' tool. If you put this LLVM
IR into "t.ll" and run "``llvm-as < t.ll | opt -analyze -view-cfg``", `a
-window will pop up <../ProgrammersManual.html#ViewGraph>`_ and you'll
+window will pop up <../ProgrammersManual.html#viewing-graphs-while-debugging-code>`_ and you'll
see this graph:
.. figure:: LangImpl5-cfg.png
OpenPOWER on IntegriCloud