forked from OSchip/llvm-project
parent
c141c1b390
commit
183c231cf9
|
@ -234,8 +234,6 @@ public:
|
|||
|
||||
Value *VisitBinLAnd (const BinaryOperator *E);
|
||||
Value *VisitBinLOr (const BinaryOperator *E);
|
||||
|
||||
// FIXME: Compound assignment operators.
|
||||
Value *VisitBinComma (const BinaryOperator *E);
|
||||
|
||||
// Other Operators.
|
||||
|
|
Loading…
Reference in New Issue