mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Delete this explicit assignment operator; it's equivalent to
the implicit one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110498 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12376a8df6
commit
fc8b58e1d4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user