From 48ec1733125ce1d9f9b8f5b14bc3b7f64e908d69 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sat, 14 May 2005 01:26:46 +0000
Subject: [PATCH] user ops are not encoded in the bc format
llvm-svn: 21997
---
llvm/docs/BytecodeFormat.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html
index 6858becd504c..0e36db2eb4b6 100644
--- a/llvm/docs/BytecodeFormat.html
+++ b/llvm/docs/BytecodeFormat.html
@@ -1599,8 +1599,6 @@ single uint32_vbr as follows:
VANext | 32 | 1 | 1.0 |
VAArg | 33 | 1 | 1.0 |
Select | 34 | 2 | 1.2 |
- UserOp1 | 35 | 1 | 1.0 |
- UserOp2 | 36 | 1 | 1.0 |
Pseudo Instructions*
|
--
GitLab