diff options
author | Dan Gohman <gohman@apple.com> | 2008-02-20 16:44:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-02-20 16:44:09 +0000 |
commit | b5660dc8223bd5eb3d21d9855692617fcdec5663 (patch) | |
tree | efe20b5ad260ba442785f90afb2a408febd04e71 /include/llvm/Support/ConstantRange.h | |
parent | 948d8eadec92cc5f31f196de41dd6dfe8579a0c6 (diff) |
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ConstantRange.h')
-rw-r--r-- | include/llvm/Support/ConstantRange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ConstantRange.h b/include/llvm/Support/ConstantRange.h index 6fb56b3b25..2e477cf899 100644 --- a/include/llvm/Support/ConstantRange.h +++ b/include/llvm/Support/ConstantRange.h @@ -44,7 +44,7 @@ class ConstantRange { public: /// Initialize a full (the default) or empty set for the specified bit width. /// - ConstantRange(uint32_t BitWidth, bool isFullSet = true); + explicit ConstantRange(uint32_t BitWidth, bool isFullSet = true); /// Initialize a range to hold the single specified value. /// |