From c3086bad02cf2b4b7d34631d02f3b1cf1e9599b2 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 6 Aug 2010 02:13:25 +0000 Subject: 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 --- docs/Passes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/Passes.html') diff --git a/docs/Passes.html b/docs/Passes.html index cafa99cf2c..4d465108e7 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. -- cgit v1.2.3