rs6000: Remove no longer correct assert
authorSegher Boessenkool <segher@gcc.gnu.org>
Thu, 7 Nov 2019 23:58:11 +0000 (00:58 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 7 Nov 2019 23:58:11 +0000 (00:58 +0100)
commit16472ec4d4c894603af27b71a46920bbce04f194
tree3285592a8f588de3d96ebf6c580267c06863ae8c
parentc01bd174ef751a2766df122011124e15c1340086
rs6000: Remove no longer correct assert

After the simplify-rtx patch, we can now be asked about conditions we
wouldn't be asked about before.  This is perfectly fine, except we
have a little over-eager assert.  Remove that one.

* config/rs6000/rs6000.c (validate_condition_mode): Don't assert for
valid conditions.

From-SVN: r277936
gcc/ChangeLog
gcc/config/rs6000/rs6000.c