Skip to content
Snippets Groups Projects
Commit e5686da7 authored by Kazu Hirata's avatar Kazu Hirata Committed by Kazu Hirata
Browse files

combine.c (simplify_comparison): Don't share rtx when converting (ne (and (not...

combine.c (simplify_comparison): Don't share rtx when converting (ne (and (not X) 1) 0) to (eq (and X 1) 0).

	* combine.c (simplify_comparison): Don't share rtx when converting
	(ne (and (not X) 1) 0) to (eq (and X 1) 0).

From-SVN: r69571
parent 8d05ebaa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment