From: Devang Patel Date: Tue, 31 May 2011 18:06:14 +0000 (+0000) Subject: Fix html formatting. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f729e913539a1fce09c3ff465f3a0fe911f551a8;p=oota-llvm.git Fix html formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132345 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index a1d28429988..0fc77303ec2 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -182,7 +182,7 @@ height="369">
  • LLVM debug information does not prevent optimizations from happening (for example inlining, basic block reordering/merging/cleanup, - tail duplication, etc).
  • + tail duplication, etc).
  • LLVM debug information is automatically optimized along with the rest of the program, using existing facilities. For example, duplicate