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 | 05fe4b02561f4431626a73ac2900be523e233cd6 (patch) | |
tree | 4f467a18ea5e96873ab782a0d4784b22e92c80c9 /docs/ProgrammersManual.html | |
parent | 5a588a96369bd7e3edb918395a997009d94c7e6e (diff) |
Changes docs for llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
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 b6e3540e89..a31d3458ea 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> |