mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Change the NumVTs field from short to int, since there's no
real need for it to be short. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f34be827ac
commit
168840662e
@ -52,7 +52,7 @@ template <typename T> struct ilist_traits;
|
|||||||
///
|
///
|
||||||
struct SDVTList {
|
struct SDVTList {
|
||||||
const MVT *VTs;
|
const MVT *VTs;
|
||||||
unsigned short NumVTs;
|
unsigned int NumVTs;
|
||||||
};
|
};
|
||||||
|
|
||||||
/// ISD namespace - This namespace contains an enum which represents all of the
|
/// ISD namespace - This namespace contains an enum which represents all of the
|
||||||
|
Loading…
Reference in New Issue
Block a user