In the calling convention logic, ValVT is always a legal type,
authorDuncan Sands <baldrick@free.fr>
Thu, 4 Nov 2010 10:49:57 +0000 (10:49 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 4 Nov 2010 10:49:57 +0000 (10:49 +0000)
commit1e96bab329eb23e4ce8a0dc3cc6b33a3f03d15bf
treead253e434c4d9d97e2a1db6e3c5c73876cd212e7
parent416941d50fec5ebdc4ae3b113a0db1320c3b2a87
In the calling convention logic, ValVT is always a legal type,
and as such can be represented by an MVT - the more complicated
EVT is not needed.  Use MVT for ValVT everywhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118245 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
lib/CodeGen/CallingConvLower.cpp
lib/Target/ARM/ARMCallingConv.h
lib/Target/ARM/ARMFastISel.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86FastISel.cpp
utils/TableGen/CallingConvEmitter.cpp