aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2010-10-06 11:43:06 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2010-10-06 11:43:06 +0000
commitf61576acf99cf1e498d2670e37c1599ed31a37c5 (patch)
tree3308fe4f29068b5e38e8dc0ac53bf7d06df499d0 /docs/ReleaseNotes.html
parentb121b2b3dff08830557f1fc7510f90e7e1731007 (diff)
downloadexternal_llvm-f61576acf99cf1e498d2670e37c1599ed31a37c5.zip
external_llvm-f61576acf99cf1e498d2670e37c1599ed31a37c5.tar.gz
external_llvm-f61576acf99cf1e498d2670e37c1599ed31a37c5.tar.bz2
Add missing "-" to the command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0b638b3..7cb7b5c 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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