<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 23, 2008, at 5:47 AM, Duncan Sands wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">Author: baldrick<br>Date: Tue Sep 23 07:47:39 2008<br>New Revision: 56487<br><br>URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project?rev=56487&view=rev">http://llvm.org/viewvc/llvm-project?rev=56487&view=rev</a><br>Log:<br>Rationalize the names of passes that print information:<br>   -callgraph => print-callgraph<br>   -callscc   => print-callgraph-sccs<br>   -cfgscc    => print-cfg-sccs<br>   -externalfnconstants => print-externalfnconstants<br>   -print               => print-function<br>   -print-alias-sets (no change)<br>   -print-callgraph     => dot-callgraph<br>   -print-cfg           => dot-cfg<br>   -print-cfg-only      => dot-cfg-only<br>   -print-dom-info (no change)<br>   -printm              => print-module<br>   -printusedtypes      => print-used-types<br></span></blockquote></div><br><div>Thanks!</div><div>-</div><div>Devang</div></body></html>