diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:39:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:39:39 +0000 |
commit | ca05854a7115f75a4a046817b2098eaecbdffa6f (patch) | |
tree | ad1d1cb6ec8d6da8d22ec3e806fb32e324f011d1 /llvm/docs/ProgrammersManual.html | |
parent | cf0bdffe6d170125cd420bdb46bfafa8bd2fadb9 (diff) | |
download | bcm5719-llvm-ca05854a7115f75a4a046817b2098eaecbdffa6f.tar.gz bcm5719-llvm-ca05854a7115f75a4a046817b2098eaecbdffa6f.zip |
Changes docs for llvm.cs.uiuc.edu -> llvm.org
llvm-svn: 26746
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index b6e3540e89c..a31d3458eab 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/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> |