aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConstantRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/ConstantRange.h')
-rw-r--r--include/llvm/Support/ConstantRange.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Support/ConstantRange.h b/include/llvm/Support/ConstantRange.h
index 1187cfd949..d767bd36b0 100644
--- a/include/llvm/Support/ConstantRange.h
+++ b/include/llvm/Support/ConstantRange.h
@@ -142,12 +142,6 @@ public:
///
APInt getSignedMin() const;
- /// operator= - Copy one ConstantRange over another.
- void operator=(const ConstantRange &CR) {
- Lower = CR.Lower;
- Upper = CR.Upper;
- }
-
/// operator== - Return true if this range is equal to another range.
///
bool operator==(const ConstantRange &CR) const {