[tree-ssa] Improve handling of boolean conditions

law@redhat.com law@redhat.com
Sat Feb 21 13:45:00 GMT 2004


In message <20040210083501.GB28138@redhat.com>, Richard Henderson writes:
 >On Mon, Feb 09, 2004 at 08:13:54PM -0700, law@redhat.com wrote:
 >> + 	  && TREE_TYPE (op0) == boolean_type_node
 >
 >Direct pointer comparison is dangerous.  Need either 
 >
 >	TREE_CODE (TREE_TYPE (op0)) == BOOLEAN_TYPE
I'll update the code to use this check shortly.

jeff



More information about the Gcc-patches mailing list