[dfsan] Introduce an optimization to reduce the number of union queries.
[oota-llvm.git] / docs / ProgrammersManual.rst
index b35364d06a878d61e665530fa6aaa517c089f874..a7b28b36ca1d4632f6a6eff7fffc1b88ac121a67 100644 (file)
@@ -2177,6 +2177,7 @@ Ending Execution with ``llvm_shutdown()``
 
 When you are done using the LLVM APIs, you should call ``llvm_shutdown()`` to
 deallocate memory used for internal structures.
+
 .. _managedstatic:
 
 Lazy Initialization with ``ManagedStatic``