compound assignmetns work for scalars.

llvm-svn: 41449
This commit is contained in:
Chris Lattner 2007-08-26 16:52:57 +00:00
parent c141c1b390
commit 183c231cf9
1 changed files with 0 additions and 2 deletions

View File

@ -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.