From: Chris Lattner Date: Sun, 26 Aug 2007 21:27:07 +0000 (+0000) Subject: update fixme's X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=612c40c21474048defc397c395760d06fed948b6;p=clang update fixme's git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41458 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CodeGen/CGExprComplex.cpp b/CodeGen/CGExprComplex.cpp index 14db293643..6ce0552c19 100644 --- a/CodeGen/CGExprComplex.cpp +++ b/CodeGen/CGExprComplex.cpp @@ -118,8 +118,7 @@ public: ComplexPairTy VisitBinAdd (const BinaryOperator *E); ComplexPairTy VisitBinSub (const BinaryOperator *E); ComplexPairTy VisitBinDiv (const BinaryOperator *E); - // FIXME: div/rem - // GCC rejects and/or/xor for integer complex. + // GCC rejects rem/and/or/xor for integer complex. // Logical and/or always return int, never complex. // No comparisons produce a complex result.