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)
commitf9934613e88a9843a57b0dac227dc4c4021e38f5
treef07867bdad2b9d7687e367b66490e48c3a4fa60d
parent85bd73d2590bc3680dee47316df552307cdad708
Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.

Accordingly, add MVT::getVT.

llvm-svn: 170550
llvm/include/llvm/CodeGen/ValueTypes.h
llvm/include/llvm/Target/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/VMCore/ValueTypes.cpp