aboutsummaryrefslogtreecommitdiff
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-14 05:39:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-14 05:39:39 +0000
commit05fe4b02561f4431626a73ac2900be523e233cd6 (patch)
tree4f467a18ea5e96873ab782a0d4784b22e92c80c9 /docs/BytecodeFormat.html
parent5a588a96369bd7e3edb918395a997009d94c7e6e (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/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index be23178168..8f7ec511d6 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -747,7 +747,7 @@ describes the latest version, 1.3):</p>
</ul>
<p>Note that we plan to eventually expand the target description
capabilities
-of bytecode files to <a href="http://llvm.cs.uiuc.edu/PR263">target
+of bytecode files to <a href="http://llvm.org/PR263">target
triples</a>.
</p>
</div>
@@ -1553,7 +1553,7 @@ possible. </p>
<p>Instructions encode an opcode that identifies the kind of instruction.
Opcodes are an enumerated integer value. The specific values used depend on
the version of LLVM you're using. The opcode values are defined in the
- <a href="http://llvm.cs.uiuc.edu/cvsweb/cvsweb.cgi/llvm/include/llvm/Instruction.def">
+ <a href="http://llvm.org/cvsweb/cvsweb.cgi/llvm/include/llvm/Instruction.def">
<tt>include/llvm/Instruction.def</tt></a> file. You should check there for the
most recent definitions. The table below provides the opcodes defined as of
the writing of this document. The table associates each opcode mnemonic with
@@ -2147,7 +2147,7 @@ From 1.1</a></div>
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="mailto:rspencer@x10sys.com">Reid Spencer</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>
</body>