From eaccdd34a330d2f7578edbaeec924912a9325f48 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 5 Aug 2009 15:42:44 +0000 Subject: Documentation: fix HTML validation errors. llvm-svn: 78196 --- llvm/docs/tutorial/LangImpl5.html | 4 ++-- llvm/docs/tutorial/OCamlLangImpl5.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/docs/tutorial') diff --git a/llvm/docs/tutorial/LangImpl5.html b/llvm/docs/tutorial/LangImpl5.html index 9057cae384d..53bbcdc58e1 100644 --- a/llvm/docs/tutorial/LangImpl5.html +++ b/llvm/docs/tutorial/LangImpl5.html @@ -288,8 +288,8 @@ into "t.ll" and run "llvm-as < t.ll | opt -analyze -view-cfg", a window will pop up and you'll see this graph:

-
Example CFG
+
Example CFG

Another way to get this is to call "F->viewCFG()" or "F->viewCFGOnly()" (where F is a "Function*") either by diff --git a/llvm/docs/tutorial/OCamlLangImpl5.html b/llvm/docs/tutorial/OCamlLangImpl5.html index 594a77d1648..dea243f00b8 100644 --- a/llvm/docs/tutorial/OCamlLangImpl5.html +++ b/llvm/docs/tutorial/OCamlLangImpl5.html @@ -271,8 +271,8 @@ into "t.ll" and run "llvm-as < t.ll | opt -analyze -view-cfg", a window will pop up and you'll see this graph:

-
Example CFG
+
Example CFG

Another way to get this is to call "Llvm_analysis.view_function_cfg f" or "Llvm_analysis.view_function_cfg_only f" (where f -- cgit v1.2.3