parent
70d1faa17d
commit
7e839f10cf
|
|
@ -78,7 +78,7 @@ public:
|
||||||
return DeclBV == RHS.DeclBV && ExprBV == RHS.ExprBV;
|
return DeclBV == RHS.DeclBV && ExprBV == RHS.ExprBV;
|
||||||
}
|
}
|
||||||
|
|
||||||
void copyValues(ValTy& RHS) {
|
void copyValues(const ValTy& RHS) {
|
||||||
DeclBV = RHS.DeclBV;
|
DeclBV = RHS.DeclBV;
|
||||||
ExprBV = RHS.ExprBV;
|
ExprBV = RHS.ExprBV;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue