summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SystemUtils.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-05 01:44:18 +0000
committerChris Lattner <sabre@nondot.org>2005-02-05 01:44:18 +0000
commit0a9a2e734b8cd891091003ffb8e11bf52ba6fad4 (patch)
treea685ba1c6e7f1dbef91d6f7d676ead786b34de38 /llvm/lib/Support/SystemUtils.cpp
parentdf57a02be470fb05b33c72a17ad5d3ab7a86f889 (diff)
downloadbcm5719-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/SystemUtils.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud