This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C PATCH to use VECTOR_TYPE_P


On Fri, 26 Jun 2015, Marek Polacek wrote:

-  if (TREE_CODE (TREE_TYPE (mask)) != VECTOR_TYPE
+  if (!VECTOR_TYPE_P (TREE_TYPE (mask))
      || TREE_CODE (TREE_TYPE (TREE_TYPE (mask))) != INTEGER_TYPE)

This one looks like !VECTOR_INTEGER_TYPE_P

--
Marc Glisse


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]