Chris Lattner 88fe29a1da Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinks
LoadInst from 60 -> 56 bytes and StoreInst from 76 -> 72 bytes.

Note however, that this doesn't actually save any memory on common systems
where 'malloc' returns 8-byte aligned memory, as the saved space is replaced
by useless alignment padding.  :(


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20046 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-05 01:44:18 +00:00
..
2005-02-04 19:58:06 +00:00
2005-01-30 00:13:34 +00:00
2005-01-28 07:29:32 +00:00
2005-01-29 00:32:00 +00:00
2005-01-08 22:44:06 +00:00
2005-01-24 16:28:03 +00:00