aboutsummaryrefslogtreecommitdiffstats
path: root/docs/BytecodeFormat.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-07 00:59:58 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-07 00:59:58 +0000
commita36b6e5d49ec2a2717998f9bd93086b3a5c93f45 (patch)
treee46367057da8235d95a3d53c252b8b3c4d0e9b94 /docs/BytecodeFormat.html
parentfb4863ac5506229abe7ee9d9cfffbe4f45fe71eb (diff)
downloadexternal_llvm-a36b6e5d49ec2a2717998f9bd93086b3a5c93f45.zip
external_llvm-a36b6e5d49ec2a2717998f9bd93086b3a5c93f45.tar.gz
external_llvm-a36b6e5d49ec2a2717998f9bd93086b3a5c93f45.tar.bz2
Replace llvm.org => llvm.cs.uiuc.edu
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r--docs/BytecodeFormat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 23b88f5..3be110e 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -1508,7 +1508,7 @@ single <a href="#uint32_vbr">uint32_vbr</a> as follows:</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.org/cvsweb/cvsweb.cgi/llvm/include/llvm/Instruction.def">
+ <a href="http://llvm.cs.uiuc.edu/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