[llvm-commits] [llvm] r115777 - /llvm/trunk/docs/ReleaseNotes.html

Tobias Grosser grosser at fim.uni-passau.de
Wed Oct 6 04:43:06 PDT 2010


Author: grosser
Date: Wed Oct  6 06:43:06 2010
New Revision: 115777

URL: http://llvm.org/viewvc/llvm-project?rev=115777&view=rev
Log:
Add missing "-" to the command line.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=115777&r1=115776&r2=115777&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct  6 06:43:06 2010
@@ -673,7 +673,7 @@
     be 13 in one of the predecessors of a block.  It does this in conjunction
     with the new LazyValueInfo analysis pass.</li>
 <li>The new RegionInfo analysis pass identifies single-entry single-exit regions
-    in the CFG.  You can play with it with the "opt -regions analyze" or
+    in the CFG.  You can play with it with the "opt -regions -analyze" or
     "opt -view-regions" commands.</li>
 <li>The loop optimizer has significantly improved strength reduction and analysis
   capabilities.  Notably it is able to build on the trap value and signed





More information about the llvm-commits mailing list