[llvm-commits] [release_12] CVS: llvm/docs/CommandGuide/analyze.html bugpoint.html opt.html

John Criswell criswell at gally.cs.uiuc.edu
Wed Mar 17 15:21:01 PST 2004


Changes in directory llvm/docs/CommandGuide:

analyze.html updated: 1.10 -> 1.10.2.1
bugpoint.html updated: 1.24.2.1 -> 1.24.2.2
opt.html updated: 1.10 -> 1.10.2.1

---
Log message:

Removed the -dsa-track-integers option.



---
Diffs of the changes:  (+0 -13)

Index: llvm/docs/CommandGuide/analyze.html
diff -u llvm/docs/CommandGuide/analyze.html:1.10 llvm/docs/CommandGuide/analyze.html:1.10.2.1
--- llvm/docs/CommandGuide/analyze.html:1.10	Fri Mar 12 16:45:35 2004
+++ llvm/docs/CommandGuide/analyze.html	Wed Mar 17 15:20:14 2004
@@ -53,11 +53,6 @@
 	list of available analysis passes.
 	<p>
 
-	<li> -dsa-track-integers
-	<br>
-	Track integers as potential pointers.
-	<p>
-
 	<li> -profile-info-file <filename>
 	<br>
 	Specify the name of the file loaded by the -profile-loader option.


Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.24.2.1 llvm/docs/CommandGuide/bugpoint.html:1.24.2.2
--- llvm/docs/CommandGuide/bugpoint.html:1.24.2.1	Wed Mar 17 14:58:09 2004
+++ llvm/docs/CommandGuide/bugpoint.html	Wed Mar 17 15:20:14 2004
@@ -184,9 +184,6 @@
     Assume a non-zero exit code or core dump from the test program is
     a failure. Defaults to true.<p>
 
-	<li><tt>-dsa-track-integers</tt><br>
-    Track integers as potential pointers.<p>
-
 	<li><tt>-disable-{dce,simplifycfg}</tt><br>
     Do not run the specified passes to clean up and reduce the size of the
     test program. By default, <tt>bugpoint</tt> uses these passes internally


Index: llvm/docs/CommandGuide/opt.html
diff -u llvm/docs/CommandGuide/opt.html:1.10 llvm/docs/CommandGuide/opt.html:1.10.2.1
--- llvm/docs/CommandGuide/opt.html:1.10	Fri Mar 12 16:45:35 2004
+++ llvm/docs/CommandGuide/opt.html	Wed Mar 17 15:20:14 2004
@@ -53,11 +53,6 @@
 	Specify the output filename.
 	<p>
 
-	<li> -dsa-track-integers
-	<br>
-	Track integers as potential pointers.
-	<p>
-
 	<li> -profile-info-file <filename>
 	<br>
 	Specify the name of the file loaded by the -profile-loader option.





More information about the llvm-commits mailing list