diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index 9f22eab8cb0..dcf19e0972d 100644 --- a/include/llvm/IR/Instructions.h +++ b/include/llvm/IR/Instructions.h @@ -651,7 +651,7 @@ public: Sub, /// *p = old & v And, - /// *p = ~old & v + /// *p = ~(old & v) Nand, /// *p = old | v Or,