[PATCH] D59716: [ConstantRange] Add full() + empty() named constructors (NFC)

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 18:51:24 PDT 2019


dsanders added inline comments.


================
Comment at: llvm/trunk/include/llvm/IR/ConstantRange.h:61
 public:
   /// Initialize a full (the default) or empty set for the specified bit width.
+  explicit ConstantRange(uint32_t BitWidth, bool isFullSet);
----------------
The comment needs updating to match the removal of the default


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59716/new/

https://reviews.llvm.org/D59716





More information about the llvm-commits mailing list