Add missing "-" to the command line.
authorTobias Grosser <grosser@fim.uni-passau.de>
Wed, 6 Oct 2010 11:43:06 +0000 (11:43 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Wed, 6 Oct 2010 11:43:06 +0000 (11:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115777 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 0b638b32978d3349b4df4dd8db77f3cd9595d364..7cb7b5c8450d85baf086e93eb7468b4c29c653bc 100644 (file)
@@ -673,7 +673,7 @@ release includes a few major enhancements and additions to the optimizers:</p>
     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