Remove the OrigVT member from AtomicSDNode, as it is redundant with
authorDan Gohman <gohman@apple.com>
Wed, 25 Jun 2008 16:07:49 +0000 (16:07 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 25 Jun 2008 16:07:49 +0000 (16:07 +0000)
commitfd4418fc9b4725c44210c169c4d6500be468ca70
tree09b2f9af6cb1c7dcc96d57e36b44724a5e3e87e5
parent21b9d283eae05e1e50d011c9038d77eb7bf02f49
Remove the OrigVT member from AtomicSDNode, as it is redundant with
the base SDNode's VTList.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52722 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/TargetSelectionDAG.td
lib/Target/X86/X86ISelLowering.cpp