diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index 57b0d89276e..7e29699f73d 100644 --- a/include/llvm/IR/Instructions.h +++ b/include/llvm/IR/Instructions.h @@ -2758,7 +2758,7 @@ public: return *this; } - if (Index != -1UL) + if (Index != -1U) --SubsetIt; return *this;