Commit 4e7bcf32 by Jason Merrill

* doc/invoke.texi: Adjust -flifetime-dse documentation.

From-SVN: r233680
parent 3b96b93a
......@@ -6812,7 +6812,9 @@ storage persisting beyond the lifetime of the object, you can use this
flag to disable this optimization. To preserve stores before the
constructor starts (e.g. because your operator new clears the object
storage) but still treat the object as dead after the destructor you,
can use -flifetime-dse=1.
can use @option{-flifetime-dse=1}. The default behavior can be
explicitly selected with @option{-flifetime-dse=2}.
@option{-flifetime-dse=0} is equivalent to @option{-fno-lifetime-dse}.
@item -flive-range-shrinkage
@opindex flive-range-shrinkage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment