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