[cfe-commits] r41449 - /cfe/trunk/CodeGen/CGExprScalar.cpp
Chris Lattner
sabre at nondot.org
Sun Aug 26 09:52:58 PDT 2007
Author: lattner
Date: Sun Aug 26 11:52:57 2007
New Revision: 41449
URL: http://llvm.org/viewvc/llvm-project?rev=41449&view=rev
Log:
compound assignmetns work for scalars.
Modified:
cfe/trunk/CodeGen/CGExprScalar.cpp
Modified: cfe/trunk/CodeGen/CGExprScalar.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/CodeGen/CGExprScalar.cpp?rev=41449&r1=41448&r2=41449&view=diff
==============================================================================
--- cfe/trunk/CodeGen/CGExprScalar.cpp (original)
+++ cfe/trunk/CodeGen/CGExprScalar.cpp Sun Aug 26 11:52:57 2007
@@ -234,8 +234,6 @@
Value *VisitBinLAnd (const BinaryOperator *E);
Value *VisitBinLOr (const BinaryOperator *E);
-
- // FIXME: Compound assignment operators.
Value *VisitBinComma (const BinaryOperator *E);
// Other Operators.
More information about the cfe-commits
mailing list