]> granicus.if.org Git - clang/commitdiff
update fixme's
authorChris Lattner <sabre@nondot.org>
Sun, 26 Aug 2007 21:27:07 +0000 (21:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Aug 2007 21:27:07 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41458 91177308-0d34-0410-b5e6-96231b3b80d8

CodeGen/CGExprComplex.cpp

index 14db29364307e232d655daef370778a14db7335e..6ce0552c19b2e24cf174ebd084100a64bf24d449 100644 (file)
@@ -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.