Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.46 -> 1.47 --- Log message: Minor cleanups --- Diffs of the changes: (+5 -5) WritingAnLLVMPass.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/WritingAnLLVMPass.html diff -u llvm/docs/WritingAnLLVMPass.html:1.46 llvm/docs/WritingAnLLVMPass.html:1.47 --- llvm/docs/WritingAnLLVMPass.html:1.46 Mon Aug 7 20:48:17 2006 +++ llvm/docs/WritingAnLLVMPass.html Fri Aug 11 11:37:02 2006 @@ -102,7 +102,7 @@ </ol> <div class="doc_author"> - <p>Written by <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a>, + <p>Written by <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a> and <a href="mailto:[EMAIL PROTECTED]">Jim Laskey</a></p> </div> @@ -1484,7 +1484,7 @@ .cpp file add the following include;</p> <div class="doc_code"><pre> - #include ""llvm/CodeGen/RegAllocRegistry.h"" + #include "llvm/CodeGen/RegAllocRegistry.h" </pre></div> <p>Also in your register allocator .cpp file, define a creator function in the @@ -1522,8 +1522,8 @@ <p>And that's it. The user is now free to use <tt>-regalloc=myregalloc</tt> as an option. Registering instruction schedulers is similar except use the -<tt>RegisterRegAlloc</tt> class. Note that the -<tt>RegisterRegAlloc::FunctionPassCtor</tt> is significantly different from +<tt>RegisterScheduler</tt> class. Note that the +<tt>RegisterScheduler::FunctionPassCtor</tt> is significantly different from <tt>RegisterRegAlloc::FunctionPassCtor</tt>.</p> <p>To force the load/linking of your register allocator into the llc/lli tools, @@ -1734,7 +1734,7 @@ <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2006/08/08 01:48:17 $ + Last modified: $Date: 2006/08/11 16:37:02 $ </address> </body> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits