summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-03-26 18:05:53 +0000
committerNikita Popov <nikita.ppv@gmail.com>2019-03-26 18:05:53 +0000
commit5740a3ed01e9ff2babe43516578a1295e254be45 (patch)
tree69fb2dbc33f82cd1f7d9b4ad5fdeb1b916185235
parent7f15dd097e7d6ffc33a1ec15f1efeeaed19df676 (diff)
downloadbcm5719-llvm-5740a3ed01e9ff2babe43516578a1295e254be45.tar.gz
bcm5719-llvm-5740a3ed01e9ff2babe43516578a1295e254be45.zip
[ConstantRange] Fix outdated comment; NFC
Full/empty is required now, so there is no default. llvm-svn: 357014
-rw-r--r--llvm/include/llvm/IR/ConstantRange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/ConstantRange.h b/llvm/include/llvm/IR/ConstantRange.h
index 2d59b948529..11481a88fbf 100644
--- a/llvm/include/llvm/IR/ConstantRange.h
+++ b/llvm/include/llvm/IR/ConstantRange.h
@@ -58,7 +58,7 @@ class LLVM_NODISCARD ConstantRange {
}
public:
- /// Initialize a full (the default) or empty set for the specified bit width.
+ /// Initialize a full or empty set for the specified bit width.
explicit ConstantRange(uint32_t BitWidth, bool isFullSet);
/// Initialize a range to hold the single specified value.
OpenPOWER on IntegriCloud