From f61576acf99cf1e498d2670e37c1599ed31a37c5 Mon Sep 17 00:00:00 2001
From: Tobias Grosser
Date: Wed, 6 Oct 2010 11:43:06 +0000
Subject: [PATCH] Add missing "-" to the command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115777 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0b638b32978..7cb7b5c8450 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -673,7 +673,7 @@ release includes a few major enhancements and additions to the optimizers:
be 13 in one of the predecessors of a block. It does this in conjunction
with the new LazyValueInfo analysis pass.
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.
The loop optimizer has significantly improved strength reduction and analysis
capabilities. Notably it is able to build on the trap value and signed