OSDN Git Service

Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinks
authorChris Lattner <sabre@nondot.org>
Sat, 5 Feb 2005 01:44:18 +0000 (01:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Feb 2005 01:44:18 +0000 (01:44 +0000)
commit88fe29a1da91017d8390039e3e8baaf2775afa88
treede518085dae157c75506d976e259e4117db58b59
parent286629736f7453fe0cdf9517e4b141c7086a2e77
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
include/llvm/Instructions.h