From 4c16069a448dfd9730a65edd4111ae6f74273bb8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 31 Jan 2007 01:18:59 +0000 Subject: [PATCH] Fix version information for new instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33689 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 5a9b2873a07..5ef9e5e300a 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -1519,12 +1519,12 @@ possible.

Add711.0 Sub811.0 Mul911.0 - UDiv1011.9 - SDiv1111.9 - FDiv1211.9 - URem1311.9 - SRem1411.9 - FRem1511.9 + UDiv1061.9 + SDiv1161.9 + FDiv1261.9 + URem1361.9 + SRem1461.9 + FRem1561.9 Logical Operators And1611.0 Or1711.0 @@ -1537,26 +1537,26 @@ possible.

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 + Trunc2572.0 + ZExt2672.0 + SExt2772.0 + FPToUI2872.0 + FPToSI2972.0 + UIToFP3072.0 + SIToFP3172.0 + FPTrunc3272.0 + FPExt3372.0 + PtrToInt3472.0 + IntToPtr3572.0 + BitCast3672.0 Other Operators - ICmp3711.0 - FCmp3811.0 + ICmp3772.0 + FCmp3872.0 PHI3911.0 Call4011.0 Shl4111.0 - LShr4262.0 - AShr4362.0 + LShr4261.9 + AShr4361.9 Select4421.2 UserOp14511.0 UserOp24611.0