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 | 0a9a2e734b8cd891091003ffb8e11bf52ba6fad4 (patch) | |
tree | a685ba1c6e7f1dbef91d6f7d676ead786b34de38 /llvm/lib/Support/Debug.cpp | |
parent | df57a02be470fb05b33c72a17ad5d3ab7a86f889 (diff) | |
download | bcm5719-llvm-0a9a2e734b8cd891091003ffb8e11bf52ba6fad4.tar.gz bcm5719-llvm-0a9a2e734b8cd891091003ffb8e11bf52ba6fad4.zip |
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. :(
llvm-svn: 20046
Diffstat (limited to 'llvm/lib/Support/Debug.cpp')
0 files changed, 0 insertions, 0 deletions