X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FPasses.html;h=d79da12c08bbb07bd1bf5591b323f4e915bef1cb;hb=937790195ecb644e3fcbae2d70a879748c14b4b8;hp=cafa99cf2c0a232f38c3a4a6423011f4868336aa;hpb=3bababf880bfeaf1bcda7e4f808007621b6bfac8;p=oota-llvm.git diff --git a/docs/Passes.html b/docs/Passes.html index cafa99cf2c0..d79da12c08b 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -649,7 +649,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

This pass, only available in opt, prints the call graph to - standard output in a human-readable form. + standard error in a human-readable form.

@@ -660,7 +660,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

This pass, only available in opt, prints the SCCs of the call - graph to standard output in a human-readable form. + graph to standard error in a human-readable form.

@@ -671,7 +671,7 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "

\n" if !

This pass, only available in opt, prints the SCCs of each - function CFG to standard output in a human-readable form. + function CFG to standard error in a human-readable form.

@@ -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.