[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-as.pod llvm-dis.pod

Chris Lattner lattner at cs.uiuc.edu
Fri May 13 13:04:50 PDT 2005



Changes in directory llvm/docs/CommandGuide:

llvm-as.pod updated: 1.3 -> 1.4
llvm-dis.pod updated: 1.2 -> 1.3
---
Log message:

these don't use passes


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

 llvm-as.pod  |    9 ---------
 llvm-dis.pod |    5 -----
 2 files changed, 14 deletions(-)


Index: llvm/docs/CommandGuide/llvm-as.pod
diff -u llvm/docs/CommandGuide/llvm-as.pod:1.3 llvm/docs/CommandGuide/llvm-as.pod:1.4
--- llvm/docs/CommandGuide/llvm-as.pod:1.3	Mon Nov 15 14:39:30 2004
+++ llvm/docs/CommandGuide/llvm-as.pod	Fri May 13 15:04:33 2005
@@ -59,15 +59,6 @@
 Specify the output file name.  If F<filename> is C<->, then B<llvm-as>
 sends its output to standard output.
 
-=item B<--stats>
-
-Print statistics.
-
-=item B<--time-passes>
-
-Record the amount of time needed for each pass and print it to standard
-error.
-
 =back
 
 =head1 EXIT STATUS


Index: llvm/docs/CommandGuide/llvm-dis.pod
diff -u llvm/docs/CommandGuide/llvm-dis.pod:1.2 llvm/docs/CommandGuide/llvm-dis.pod:1.3
--- llvm/docs/CommandGuide/llvm-dis.pod:1.2	Fri Jul  2 11:06:19 2004
+++ llvm/docs/CommandGuide/llvm-dis.pod	Fri May 13 15:04:33 2005
@@ -42,11 +42,6 @@
 Specify the output file name.  If F<filename> is -, then the output is sent
 to standard output.
 
-=item B<-time-passes>
-
-Record the amount of time needed for each pass and print it to standard
-error.
-
 =back
 
 =head1 EXIT STATUS






More information about the llvm-commits mailing list