diff options
-rw-r--r-- | llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index 7d748259cfa..515634908af 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h @@ -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 |