diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-05 01:44:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-05 01:44:18 +0000 |
commit | 88fe29a1da91017d8390039e3e8baaf2775afa88 (patch) | |
tree | de518085dae157c75506d976e259e4117db58b59 /lib/Target/Alpha/AlphaISelPattern.cpp | |
parent | 286629736f7453fe0cdf9517e4b141c7086a2e77 (diff) |
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
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
0 files changed, 0 insertions, 0 deletions