OSDN Git Service

Shrink the size of AllocationInst by using its SubclassData
authorDan Gohman <gohman@apple.com>
Mon, 24 Mar 2008 16:55:58 +0000 (16:55 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Mar 2008 16:55:58 +0000 (16:55 +0000)
commit52837078c79a42712812c8f2f35a61a93f9921cc
tree38f03b52ed39827af8d73afa9270ab117ef4b5fd
parent4c931fc6e2a901f86ef20d5844bcad3cfd99c781
Shrink the size of AllocationInst by using its SubclassData
field to store the alignment value instead of haing a
separate field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48727 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp