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)
commit015b714f298ce3122302a4e996b81bd3e8c750cd
treedcd5f97baed9990e7ebd35afcb24cd3acc625f8c
parented871805f718f6bd0f9f32888b82c66545fc1157
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
include/llvm/CodeGen/SelectionDAGNodes.h