On Tue, Jul 7, 2009 at 6:08 PM, Chris Lattner<[email protected]> wrote:
> -  // FIXME: Vector compare support in the LLVM backend is not fully reliable,
> -  // just reject all vector comparisons for now.
> -  if (1) {
> -    Diag(Loc, diag::err_typecheck_vector_comparison)
> -      << lType << rType << lex->getSourceRange() << rex->getSourceRange();
> -    return QualType();
> -  }

Do we want to allow this for non-extvectors?

-Eli

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to