Now that ConstantSDNode doesn't hold an APInt,

use ARG_FLAGSSDNode as the most aligned node type,
as it contains an int64_t, which is 8-byte
aligned on mingw.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56358 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-09-19 18:09:19 +00:00
parent ed871805f7
commit 015b714f29

View File

@ -2417,7 +2417,7 @@ typedef LoadSDNode LargestSDNode;
/// MostAlignedSDNode - The SDNode class with the greatest alignment /// MostAlignedSDNode - The SDNode class with the greatest alignment
/// requirement. /// requirement.
/// ///
typedef ConstantSDNode MostAlignedSDNode; typedef ARG_FLAGSSDNode MostAlignedSDNode;
namespace ISD { namespace ISD {
/// isNormalLoad - Returns true if the specified node is a non-extending /// isNormalLoad - Returns true if the specified node is a non-extending