mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 15:38:57 +00:00
Delete this explicit assignment operator; it's equivalent to
the implicit one. llvm-svn: 110498
This commit is contained in:
parent
9cabe94039
commit
caf690af8e
@ -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…
x
Reference in New Issue
Block a user