]> granicus.if.org Git - clang/commitdiff
compound assignmetns work for scalars.
authorChris Lattner <sabre@nondot.org>
Sun, 26 Aug 2007 16:52:57 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Aug 2007 16:52:57 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41449 91177308-0d34-0410-b5e6-96231b3b80d8

CodeGen/CGExprScalar.cpp

index 1b25460d452c7b242103f522c42c101792e8f661..eb9383fc794910307bf8945bde3b9ed03b542f91 100644 (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.