mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -288,8 +288,8 @@ into "t.ll" and run "<tt>llvm-as < t.ll | opt -analyze -view-cfg</tt>", <a
|
||||
href="../ProgrammersManual.html#ViewGraph">a window will pop up</a> and you'll
|
||||
see this graph:</p>
|
||||
|
||||
<center><img src="LangImpl5-cfg.png" alt="Example CFG" width="423"
|
||||
height="315"></center>
|
||||
<div style="text-align: center"><img src="LangImpl5-cfg.png" alt="Example CFG" width="423"
|
||||
height="315"></div>
|
||||
|
||||
<p>Another way to get this is to call "<tt>F->viewCFG()</tt>" or
|
||||
"<tt>F->viewCFGOnly()</tt>" (where F is a "<tt>Function*</tt>") either by
|
||||
|
||||
@@ -271,8 +271,8 @@ into "t.ll" and run "<tt>llvm-as < t.ll | opt -analyze -view-cfg</tt>", <a
|
||||
href="../ProgrammersManual.html#ViewGraph">a window will pop up</a> and you'll
|
||||
see this graph:</p>
|
||||
|
||||
<center><img src="LangImpl5-cfg.png" alt="Example CFG" width="423"
|
||||
height="315"></center>
|
||||
<div style="text-align: center"><img src="LangImpl5-cfg.png" alt="Example CFG" width="423"
|
||||
height="315"></div>
|
||||
|
||||
<p>Another way to get this is to call "<tt>Llvm_analysis.view_function_cfg
|
||||
f</tt>" or "<tt>Llvm_analysis.view_function_cfg_only f</tt>" (where <tt>f</tt>
|
||||
|
||||
Reference in New Issue
Block a user