1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/include
Dan Gohman f6e651fcf2 Move the IsVolatile and SVOffset fields into the MemSDNode base
class, and store IsVolatile and Alignment in a more compact form.
This makes AtomicSDNode slightly larger, but it shrinks LoadSDNode
and StoreSDNode, which are much more common and are the largest of
the SDNode subclasses. Also, this lets the isVolatile() and
getAlignment() accessors be non-virtual.

llvm-svn: 53361
2008-07-09 21:23:02 +00:00
..
llvm Move the IsVolatile and SVOffset fields into the MemSDNode base 2008-07-09 21:23:02 +00:00
llvm-c Provide a hook to set the code generation debug options to investigate lto failures. 2008-07-03 22:53:14 +00:00