diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-12 22:45:35 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-12 22:45:35 +0000 |
commit | 13875932b231ea8b8b92fb85685c2f720d217fc8 (patch) | |
tree | d489419d2b6400708c83966c8706c213b7fb740a /llvm/docs/CommandGuide/analyze.html | |
parent | a036253872ed5c9b60b1e1aaaca08e81be74dc49 (diff) | |
download | bcm5719-llvm-13875932b231ea8b8b92fb85685c2f720d217fc8.tar.gz bcm5719-llvm-13875932b231ea8b8b92fb85685c2f720d217fc8.zip |
Performed some updates on the new options to these command line tools.
llvm-svn: 12350
Diffstat (limited to 'llvm/docs/CommandGuide/analyze.html')
-rw-r--r-- | llvm/docs/CommandGuide/analyze.html | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/llvm/docs/CommandGuide/analyze.html b/llvm/docs/CommandGuide/analyze.html index 4a6bcc60bbe..cd66ce5e0da 100644 --- a/llvm/docs/CommandGuide/analyze.html +++ b/llvm/docs/CommandGuide/analyze.html @@ -35,17 +35,6 @@ language. Print a summary of command line options. <p> - <li> -stats - <br> - Print statistics. - <p> - - <li> -time-passes - <br> - Record the amount of time needed for each pass and print it to standard - error. - <p> - <li> -q <br> Quiet mode. With this option, analysis pass names are not printed. @@ -63,6 +52,27 @@ language. '<tt><tt>analyze</tt> -load <plugin> -help</tt>' to see the new 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. + <p> + + <li> -stats + <br> + Print statistics. + <p> + + <li> -time-passes + <br> + Record the amount of time needed for each pass and print it to standard + error. + <p> </ul> <h3>EXIT STATUS</h3> |