]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/gccint/control-flow-graph/liveness-information.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gccint / control-flow-graph / liveness-information.rst
index 5e75a305525bbd1dd97b05f63d99625ba6e383dc..2c554dd30a9cc9552a10efc7464f536bec3db65a 100644 (file)
@@ -45,4 +45,4 @@ instruction stream: Each instruction may contain ``REG_DEAD`` notes
 representing that the value of a given register is no longer needed, or
 ``REG_UNUSED`` notes representing that the value computed by the
 instruction is never used.  The second is useful for instructions
-computing multiple values at once.
\ No newline at end of file
+computing multiple values at once.