Hi,<br><br>There are minor errors in the revised documentation on writing an llvm pass.<br><br>In Quick Start -- Writing Hello World section and in basic code required section,<br><br>The following should be changed from <br>
<pre>    Hello() : FunctionPass(&ID) {}<br><br>to <br>     Hello() : FunctionPass(ID) {}<br><br>Similarly in the whole .cpp file<br><br>Santosh<br></pre><br clear="all"><br>-- <br>Santosh G Nagarakatte,<br>PhD Student,<br>
Computer and Information Science Department<br>University of Pennsylvania,<br>Philadelphia-19104<br><a href="http://www.cis.upenn.edu/~santoshn">http://www.cis.upenn.edu/~santoshn</a><br>