Simplify uses of MVT and EVT. An MVT can be compared directly
authorDuncan Sands <baldrick@free.fr>
Wed, 3 Nov 2010 12:17:33 +0000 (12:17 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 3 Nov 2010 12:17:33 +0000 (12:17 +0000)
commitcdfad36b401be6fc709ea4051f9de58e1a30bcc9
treec571d62547a6920a0763a841ad36d1c96b0efe4d
parent538b0cdc76f31a39144760025220fc2770294a50
Simplify uses of MVT and EVT.  An MVT can be compared directly
with a SimpleValueType, while an EVT supports equality and
inequality comparisons with SimpleValueType.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118169 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetRegisterInfo.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp