Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Wed, 19 Dec 2012 15:19:11 +0000 (15:19 +0000)
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Wed, 19 Dec 2012 15:19:11 +0000 (15:19 +0000)
commitc698d3a2a40f0909d16cbe857685f0f22cb9ae43
tree01ff056b23a49dfd626a2f24d1a65813ae906463
parentcd7ee1ced017d7a957113df9d6cf855ecbc3797e
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.

Accordingly, add MVT::getVT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170550 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/VMCore/ValueTypes.cpp