Now that ConstantSDNode doesn't hold an APInt,
authorDan Gohman <gohman@apple.com>
Fri, 19 Sep 2008 18:09:19 +0000 (18:09 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 19 Sep 2008 18:09:19 +0000 (18:09 +0000)
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

include/llvm/CodeGen/SelectionDAGNodes.h

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