[InstCombine] Drop incorrect test (NFC)
authorNikita Popov <npopov@redhat.com>
Thu, 19 Jan 2023 14:55:26 +0000 (15:55 +0100)
committerNikita Popov <npopov@redhat.com>
Thu, 19 Jan 2023 14:56:23 +0000 (15:56 +0100)
commit0c2630be22610b4bc79305f73759ac5334ded540
tree8e1f06b9d7f681e4974ae4f908bd2ac7c0a6d119
parentc441f65f9183a4d1d7f5ecc63b4e32a42e09367e
[InstCombine] Drop incorrect test (NFC)

I made a typo here, this was supposed to be !align rather than
!aligned. But then !align can only be applied to loads, not calls
(where one would use the return attribute instead). And freeze
can't be pushed through loads anyway, so there's no way to test
this case (same as !nonnull).
llvm/test/Transforms/InstCombine/freeze.ll