Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Tue, 11 Dec 2012 09:51:27 +0000 (09:51 +0000)
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Tue, 11 Dec 2012 09:51:27 +0000 (09:51 +0000)
commit204301f0459c1deb6c535723760c848ba2fcd42b
tree99c858f0c81868b684e796b06e39b11098922a59
parentaff674331ebb54e74baa88532ee587d741a430a2
Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.

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