From: Peter Collingbourne Date: Fri, 6 Aug 2010 02:13:25 +0000 (+0000) Subject: Fix missing tag error introduced by addition of LowerAtomic pass. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c3086bad02cf2b4b7d34631d02f3b1cf1e9599b2;p=oota-llvm.git Fix missing tag error introduced by addition of LowerAtomic pass. While at it, fix all other HTML validation errors in docs/Passes.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Passes.html b/docs/Passes.html index cafa99cf2c0..4d465108e7d 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -680,15 +680,13 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if ! -print-dbginfo: Print debug info in human readable form

-

Pass that prints instructions, and associated debug info: +

Pass that prints instructions, and associated debug info:

- -

@@ -1550,7 +1548,7 @@ if (X < 3) {
- -loweratomic: Lower atomic intrinsics + -loweratomic: Lower atomic intrinsics

@@ -1960,12 +1958,13 @@ if (X < 3) { -strip-debug-declare: Strip all llvm.dbg.declare intrinsics

-

This pass implements code stripping. Specifically, it can delete: +

This pass implements code stripping. Specifically, it can delete:

+

Note that this transformation makes code much less readable, so it should only be used in situations where the 'strip' utility would be used, such as reducing code size or making it harder to reverse engineer code. @@ -1977,12 +1976,13 @@ if (X < 3) { -strip-nondebug: Strip all symbols, except dbg symbols, from a module

-

This pass implements code stripping. Specifically, it can delete: +

This pass implements code stripping. Specifically, it can delete:

+

Note that this transformation makes code much less readable, so it should only be used in situations where the 'strip' utility would be used, such as reducing code size or making it harder to reverse engineer code.