[SimplifyCFG] Make test more robust (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 4 Apr 2021 14:47:54 +0000 (16:47 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 4 Apr 2021 15:14:59 +0000 (17:14 +0200)
commitcb4443994e72ab524c70854dc93cd272ac1c4026
treefd0b40810476c56aaa83c7dca137cda4bbe2d675
parent241d42c38226e46ff01b774da3167ec54420bf24
[SimplifyCFG] Make test more robust (NFC)

These are supposed to test creation of a switch, so make sure
there is some actual code in the branches. Otherwise this could
be turned into a select instead.
llvm/test/Transforms/SimplifyCFG/switch_create-custom-dl.ll
llvm/test/Transforms/SimplifyCFG/switch_create.ll