summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-28 19:21:20 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-28 19:21:20 +0000
commitb7ea12c5503384720ca0e6571f2cdbf586c9859d (patch)
tree4e826ccd08b07bb40c7b5680f0b0f38e62e439aa /llvm/docs/ProgrammersManual.html
parent3bb53319e8f8e707f4b5b25ebd47a99b95905a7b (diff)
downloadbcm5719-llvm-b7ea12c5503384720ca0e6571f2cdbf586c9859d.tar.gz
bcm5719-llvm-b7ea12c5503384720ca0e6571f2cdbf586c9859d.zip
Added comma after `i.e.'
llvm-svn: 7367
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 85d53dc2519..5a3ce5c202d 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -641,8 +641,8 @@ more complex example </h4><ul>
Say that you're writing a FunctionPass and would like to count all the
locations in the entire module (that is, across every
-<tt>Function</tt>) where a certain function (i.e. some
-<tt>Function</tt>*) already in scope. As you'll learn later, you may
+<tt>Function</tt>) where a certain function (i.e., some
+<tt>Function</tt>*) is already in scope. As you'll learn later, you may
want to use an <tt>InstVisitor</tt> to accomplish this in a much more
straightforward manner, but this example will allow us to explore how
you'd do it if you didn't have <tt>InstVisitor</tt> around. In
@@ -869,8 +869,7 @@ For example:<p>
<p><i>Replacing individual instructions</i></p>
<p>
Including "<a
-href="/doxygen/BasicBlockUtils_8h-source.html">llvm/Transforms/Utils/BasicBlockUtils.h
-</a>" permits use of two very useful replace functions:
+href="/doxygen/BasicBlockUtils_8h-source.html">llvm/Transforms/Utils/BasicBlockUtils.h</a>" permits use of two very useful replace functions:
<tt>ReplaceInstWithValue</tt> and <tt>ReplaceInstWithInst</tt>.
<ul>
OpenPOWER on IntegriCloud