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 14db293..6ce0552 100644
--- a/CodeGen/CGExprComplex.cpp
+++ b/CodeGen/CGExprComplex.cpp
@@ -118,8 +118,7 @@
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.