forked from OSchip/llvm-project
parent
6f672c150c
commit
2c666fa40d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue