1
0
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:
Dan Gohman 2009-04-09 23:53:31 +00:00
parent 62c4c8bc44
commit f0aeaae63c

View File

@ -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