Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2005 01:55:33 +0000 (01:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jul 2005 01:55:33 +0000 (01:55 +0000)
commit5f056bf4b862a7c31388a68711dd3b3ed5de2be8
treeb629f36a4cc07710741f9a4bfe876af15dc08eff
parent9fadb4c1c0a6d223aa468f9f72f8c2562dc66839
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
This is the last MVTSDNode.

This allows us to eliminate a bunch of special case code for handling
MVTSDNodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22367 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/SelectionDAGPrinter.cpp