summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 22:26:27 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 22:26:27 +0000
commit806e1867d96c18e1871344118b445775299f6f20 (patch)
treeb9c2e13c48ee50e9d6d360d7651150caafd432ae /docs
parentbe84e3c87e726f81bc237487d0e1d232731409e0 (diff)
downloadllvm-806e1867d96c18e1871344118b445775299f6f20.tar.gz
llvm-806e1867d96c18e1871344118b445775299f6f20.tar.bz2
llvm-806e1867d96c18e1871344118b445775299f6f20.tar.xz
Fix a bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 89098c21e6..3536b53810 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -398,13 +398,9 @@ Then you can run your pass like this:<p>
'bar' debug type
No debug type (2)
$ opt &lt; a.bc &gt; /dev/null -mypass -debug-only=foo
- No debug type
'foo' debug type
- No debug type (2)
$ opt &lt; a.bc &gt; /dev/null -mypass -debug-only=bar
- No debug type
'bar' debug type
- No debug type (2)
$
</pre><p>
@@ -414,7 +410,7 @@ file, to specify the debug type for the entire module (if you do this before you
<tt>#undef</tt>'s). Also, you should use names more meaningful that "foo" and
"bar", because there is no system in place to ensure that names do not conflict:
if two different modules use the same string, they will all be turned on when
-the name is specified. This allows all, say, instruction scheduling debug
+the name is specified. This allows all, say, instruction scheduling, debug
information to be enabled with <tt>-debug-type=InstrSched</tt>, even if the
source lives in multiple files.<p>
@@ -1793,6 +1789,6 @@ pointer to the parent Function.
<a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Fri Aug 1 16:40:37 CDT 2003
+Last modified: Fri Aug 1 17:26:10 CDT 2003
<!-- hhmts end -->
</font></body></html>