Index: include/llvm/CodeGen/SelectionDAGNodes.h =================================================================== --- include/llvm/CodeGen/SelectionDAGNodes.h +++ include/llvm/CodeGen/SelectionDAGNodes.h @@ -377,7 +377,7 @@ SDUse *UseList; /// NumOperands/NumValues - The number of entries in the Operand/Value list. - unsigned short NumOperands, NumValues; + unsigned NumOperands, NumValues; /// debugLoc - source line information. DebugLoc debugLoc;