diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-10-06 11:43:06 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-10-06 11:43:06 +0000 |
| commit | 5af766bb1ef89ca8a9e0ec1aabbc56f0ab9992d2 (patch) | |
| tree | 7c69d5383ae2e8e66155f58a205b662c4efea512 /llvm/docs | |
| parent | 546548036cef9cab2ea0d2f0545d19eca9ce0bef (diff) | |
| download | bcm5719-llvm-5af766bb1ef89ca8a9e0ec1aabbc56f0ab9992d2.tar.gz bcm5719-llvm-5af766bb1ef89ca8a9e0ec1aabbc56f0ab9992d2.zip | |
Add missing "-" to the command line.
llvm-svn: 115777
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0b638b32978..7cb7b5c8450 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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 |

