git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41458 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-08-26 21:27:07 +00:00
Родитель 3219c5d2d9
Коммит 612c40c214
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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.