mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Change the NumVTs field from short to int, since there's no
real need for it to be short. llvm-svn: 68742
This commit is contained in:
parent
62c4c8bc44
commit
f0aeaae63c
@ -52,7 +52,7 @@ template <typename T> struct ilist_traits;
|
||||
///
|
||||
struct SDVTList {
|
||||
const MVT *VTs;
|
||||
unsigned short NumVTs;
|
||||
unsigned int NumVTs;
|
||||
};
|
||||
|
||||
/// ISD namespace - This namespace contains an enum which represents all of the
|
||||
|
Loading…
Reference in New Issue
Block a user