Performed some updates on the new options to these command line tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12350 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html
index 91650d6..4bf67a4 100644
--- a/docs/CommandGuide/opt.html
+++ b/docs/CommandGuide/opt.html
@@ -53,6 +53,16 @@
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.
+ <p>
+
<li> -stats
<br>
Print statistics.