mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 00:29:28 +00:00
Rollback r254508 and r254511 to fix buildbots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a933a559f6
commit
f9aa57da75
@ -183,7 +183,7 @@ namespace llvm {
|
||||
|
||||
protected:
|
||||
SCEVPredicateKind Kind;
|
||||
virtual ~SCEVPredicate();
|
||||
~SCEVPredicate() = default;
|
||||
SCEVPredicate(const SCEVPredicate&) = default;
|
||||
SCEVPredicate &operator=(const SCEVPredicate&) = default;
|
||||
|
||||
@ -211,9 +211,6 @@ namespace llvm {
|
||||
/// if this is a SCEVUnionPredicate.
|
||||
virtual const SCEV *getExpr() const = 0;
|
||||
};
|
||||
|
||||
/// Default destructor must be defined outside class due to g++ PR53613.
|
||||
SCEVPredicate::~SCEVPredicate() = default;
|
||||
|
||||
inline raw_ostream &operator<<(raw_ostream &OS, const SCEVPredicate &P) {
|
||||
P.print(OS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user