diff options
-rw-r--r-- | llvm/docs/tutorial/OCamlLangImpl5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/OCamlLangImpl5.rst b/llvm/docs/tutorial/OCamlLangImpl5.rst index d06bf6ec252..34d2dbb4c4d 100644 --- a/llvm/docs/tutorial/OCamlLangImpl5.rst +++ b/llvm/docs/tutorial/OCamlLangImpl5.rst @@ -166,7 +166,7 @@ IR into "t.ll" and run "``llvm-as < t.ll | opt -analyze -view-cfg``", `a window will pop up <../ProgrammersManual.html#viewing-graphs-while-debugging-code>`_ and you'll see this graph: -.. figure:: LangImpl05-cfg.png +.. figure:: MyFirstLanguageFrontend/LangImpl05-cfg.png :align: center :alt: Example CFG |