From ca05854a7115f75a4a046817b2098eaecbdffa6f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 14 Mar 2006 05:39:39 +0000 Subject: Changes docs for llvm.cs.uiuc.edu -> llvm.org llvm-svn: 26746 --- llvm/docs/BytecodeFormat.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/docs/BytecodeFormat.html') diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index be231781680..8f7ec511d61 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/docs/BytecodeFormat.html @@ -747,7 +747,7 @@ describes the latest version, 1.3):

Note that we plan to eventually expand the target description capabilities -of bytecode files to target +of bytecode files to target triples.

@@ -1553,7 +1553,7 @@ possible.

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 - + include/llvm/Instruction.def 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 src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"> Reid Spencer and Chris Lattner
-The LLVM Compiler Infrastructure
+The LLVM Compiler Infrastructure
Last modified: $Date$ -- cgit v1.2.3