Stop checking the ValueType of the CodeGenInstruction. Instead, use the
authorNate Begeman <natebegeman@mac.com>
Thu, 1 Dec 2005 00:06:14 +0000 (00:06 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 1 Dec 2005 00:06:14 +0000 (00:06 +0000)
commitddb395463c08b39090bbee4ed22433f5990a6331
tree8cfd00e63c7f6da4106e04371999aaf5be111770
parent8ef9d16d3913db11c89fc2d14899e153bdbdc91b
Stop checking the ValueType of the CodeGenInstruction.  Instead, use the
ValueType from the RegisterClass or Operands.  This step is necessary to
allow RegisterClasses to have multiple ValueTypes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24555 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelEmitter.h