diff options
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index b6e3540..a31d345 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -739,7 +739,7 @@ this, and in other situations, you may find that you want to treat most-specific common base class is <tt>Instruction</tt>, which includes lots of less closely-related things. For these cases, LLVM provides a handy wrapper class called <a -href="http://llvm.cs.uiuc.edu/doxygen/classllvm_1_1CallSite.html"><tt>CallSite</tt></a>. +href="http://llvm.org/doxygen/classllvm_1_1CallSite.html"><tt>CallSite</tt></a>. It is essentially a wrapper around an <tt>Instruction</tt> pointer, with some methods that provide functionality common to <tt>CallInst</tt>s and <tt>InvokeInst</tt>s.</p> @@ -2276,7 +2276,7 @@ arguments. An argument has a pointer to the parent Function.</p> <a href="mailto:dhurjati@cs.uiuc.edu">Dinakar Dhurjati</a> and <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> - <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br> + <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> Last modified: $Date$ </address> |