mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-31 16:14:15 +00:00
Add missing "-" to the command line.
llvm-svn: 115777
This commit is contained in:
parent
179ecd5159
commit
0285624d0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user