[SCEV] Assert that GEP source element type is sized (NFC)
authorNikita Popov <npopov@redhat.com>
Mon, 27 Jun 2022 08:50:33 +0000 (10:50 +0200)
committerNikita Popov <npopov@redhat.com>
Mon, 27 Jun 2022 08:51:09 +0000 (10:51 +0200)
commit327307d9d4da0045f762f75343fe66b0f10ecc63
tree9f456ffcad769c562363d8739663538a349e7ac9
parent77e63b25f9e90320339b621e53738b330c5f1fa3
[SCEV] Assert that GEP source element type is sized (NFC)

This is checked by the IR verifier, so replace the condition with
an assert.
llvm/lib/Analysis/ScalarEvolution.cpp