From: Dan Gohman Date: Fri, 19 Sep 2008 18:09:19 +0000 (+0000) Subject: Now that ConstantSDNode doesn't hold an APInt, X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=015b714f298ce3122302a4e996b81bd3e8c750cd;p=oota-llvm.git 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 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 7cd9eef2abc..2828bf00ab7 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -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