From 13ee795c428d73b6d15a126143800762f34db3f0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Aug 2010 04:09:24 +0000 Subject: remove unions from LLVM IR. They are severely buggy and not being actively maintained, improved, or extended. llvm-svn: 112356 --- llvm/docs/BitCodeFormat.html | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'llvm/docs/BitCodeFormat.html') diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index fc045cb0751..d8ddc2b6b21 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -1367,21 +1367,6 @@ type to the type table.

- -
TYPE_CODE_UNION Record -
- -
- -

[UNION, ...eltty...]

- -

The UNION record (code 17) adds a union type to -the type table. The eltty operand fields are zero or more type -indices representing the element types of the union. -

- -
-
CONSTANTS_BLOCK Contents
-- cgit v1.2.3