diff options
author | Jason Merrill <jason@redhat.com> | 2020-01-13 08:06:04 -0500 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2020-01-13 12:33:29 -0500 |
commit | ac4d87c25e2550b86717151fd2594dfe14373d27 (patch) | |
tree | c57d4a2eae6b9e3b66617b91c15ab7c3b37ccabe /gcc | |
parent | 3d77686d2eddf76d3498169d0ca5653db45a8662 (diff) | |
download | gcc-ac4d87c25e2550b86717151fd2594dfe14373d27.zip gcc-ac4d87c25e2550b86717151fd2594dfe14373d27.tar.gz gcc-ac4d87c25e2550b86717151fd2594dfe14373d27.tar.bz2 |
Fix typo in invoke.texi.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |