Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.
authorDan Gohman <gohman@apple.com>
Fri, 3 Apr 2009 00:25:26 +0000 (00:25 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 3 Apr 2009 00:25:26 +0000 (00:25 +0000)
commit8f9643f0f768d5dcff0ffea1de6191dba1b5b083
treef246f1e82d6bb08c3b214a627b51e517c44c2d22
parent25f0ee5191f8460099cfa9897f7a1750b79bfa98
Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.
Note that these are distinct from TargetInstrInfo::INSERT_SUBREG
and TargetInstrInfo::EXTRACT_SUBREG, which are used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68355 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Target/TargetSelectionDAG.td
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
utils/TableGen/DAGISelEmitter.cpp