Skip to content

Commit 3f024e9

Browse files
author
John Criswell
committed
Removed the -dsa-track-integers option.
llvm-svn: 12475
1 parent 51a4de5 commit 3f024e9

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

llvm/docs/CommandGuide/analyze.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ <h3>OPTIONS</h3>
5353
list of available analysis passes.
5454
<p>
5555

56-
<li> -dsa-track-integers
57-
<br>
58-
Track integers as potential pointers.
59-
<p>
60-
6156
<li> -profile-info-file &lt;filename&gt;
6257
<br>
6358
Specify the name of the file loaded by the -profile-loader option.

llvm/docs/CommandGuide/bugpoint.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ <h3>OPTIONS</h3>
184184
Assume a non-zero exit code or core dump from the test program is
185185
a failure. Defaults to true.<p>
186186

187-
<li><tt>-dsa-track-integers</tt><br>
188-
Track integers as potential pointers.<p>
189-
190187
<li><tt>-disable-{dce,simplifycfg}</tt><br>
191188
Do not run the specified passes to clean up and reduce the size of the
192189
test program. By default, <tt>bugpoint</tt> uses these passes internally

llvm/docs/CommandGuide/opt.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ <h3>OPTIONS</h3>
5353
Specify the output filename.
5454
<p>
5555

56-
<li> -dsa-track-integers
57-
<br>
58-
Track integers as potential pointers.
59-
<p>
60-
6156
<li> -profile-info-file &lt;filename&gt;
6257
<br>
6358
Specify the name of the file loaded by the -profile-loader option.

0 commit comments

Comments
 (0)