From fec152b6495e0282bca732184c428150ef0629c2 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 31 Jan 2007 00:38:46 +0000 Subject: [PATCH] Correct the instruction op codes to meet current head changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33686 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 84 ++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 51 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index d6b555242d7..5a9b2873a07 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1529,34 +1529,41 @@ possible.

And1611.0 Or1711.0 Xor1811.0 - Binary Comparison Operators - SetEQ1911.0 - SetNE2011.0 - SetLE2111.0 - SetGE2211.0 - SetLT2311.0 - SetGT2411.0 Memory Operators - Malloc2511.0 - Free2611.0 - Alloca2711.0 - Load2811.0 - Store2911.0 - GetElementPtr3011.0 + Malloc1911.0 + Free2011.0 + Alloca2111.0 + Load2211.0 + Store2311.0 + GetElementPtr2411.0 + Cast Operators + Trunc2512.0 + ZExt2612.0 + SExt2712.0 + FPToUI2812.0 + FPToSI2912.0 + UIToFP3012.0 + SIToFP3112.0 + FPTrunc3212.0 + FPExt3312.0 + PtrToInt3412.0 + IntToPtr3512.0 + BitCast3612.0 Other Operators - PHI3111.0 - Cast3211.0 - Call3311.0 - Shl3411.0 - LShr3562.0 - AShr3662.0 - Select3721.2 - UserOp13811.0 - UserOp23911.0 - VAArg4051.5 - ExtractElement4151.5 - InsertElement4251.5 - ShuffleElement4351.5 + ICmp3711.0 + FCmp3811.0 + PHI3911.0 + Call4011.0 + Shl4111.0 + LShr4262.0 + AShr4362.0 + Select4421.2 + UserOp14511.0 + UserOp24611.0 + VAArg4751.5 + ExtractElement4851.5 + InsertElement4951.5 + ShuffleElement5051.5 Pseudo Instructions* @@ -1970,31 +1977,6 @@ describes the differences between that version and the one that follows. Fields.

-
Version 1.2 Differences