OSDN Git Service

Eliminate the explicit opcode field in ConstantExpr, using the SubclassData
authorChris Lattner <sabre@nondot.org>
Sat, 5 Feb 2005 02:00:12 +0000 (02:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Feb 2005 02:00:12 +0000 (02:00 +0000)
commiteecfea4da6771b01997d3dc9648e699b476a3079
tree77ddabb3deac6b1b32e58699e6218076f90e1c90
parent88fe29a1da91017d8390039e3e8baaf2775afa88
Eliminate the explicit opcode field in ConstantExpr, using the SubclassData
field to hold it instead.  This shrinks memory usage for 176.gcc from
57628728 to 57598144 bytes, a small reduction of about 30K.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20047 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h