Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove one weird...
authorCraig Topper <craig.topper@gmail.com>
Thu, 15 Aug 2013 02:33:50 +0000 (02:33 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 15 Aug 2013 02:33:50 +0000 (02:33 +0000)
commit5a0910b34959fa8e0b5a49908f51a15bc3a48069
treed946a6df74da234c24e33b16a12b4ebcf913d408
parente742d687369f79702894b6cf302e1f222c5d7432
Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove one weird cast from MVT->EVT just to call getSimpleVT().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp