Move MemoryVT out of LSBaseNode into MemSDNode, allowing the
authorDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 22:08:04 +0000 (22:08 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 9 Jul 2008 22:08:04 +0000 (22:08 +0000)
commit1ea58a52a4296afff10e9db1e54928f38e6d74c6
tree9fbfe6816e4c6f07a2eafb4712b9f8845d3c8a46
parent7705ea33e4898c6d7718f0a2dab22d6659498fc4
Move MemoryVT out of LSBaseNode into MemSDNode, allowing the
getMemOperand function to be moved into the base class as well
and made non-virtual.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53372 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp