From: Jason Merrill Date: Mon, 13 Jan 2020 13:06:04 +0000 (-0500) Subject: Fix typo in invoke.texi. X-Git-Tag: upstream/12.2.0~19109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac4d87c25e2550b86717151fd2594dfe14373d27;p=platform%2Fupstream%2Fgcc.git Fix typo in invoke.texi. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ab307b8..fe92e85 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9287,7 +9287,7 @@ advantage of this; if your code relies on the value of the object 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, +storage) but still treat the object as dead after the destructor, you 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}.