[RISCV][NFC] Unify CHECK lines for jumptable.ll @below_threshold test
authorJessica Clarke <jrtc27@jrtc27.com>
Fri, 3 Mar 2023 20:18:18 +0000 (20:18 +0000)
committerJessica Clarke <jrtc27@jrtc27.com>
Fri, 3 Mar 2023 20:18:18 +0000 (20:18 +0000)
commit6e8bcaafbaa4b55099f632d46ce497cc3f0e546d
tree7812624bd102b9c00be5e0ef0a5e3e2ccc3fe0e5
parente0fe8e641258cf77fbca79f6c29120c41186db18
[RISCV][NFC] Unify CHECK lines for jumptable.ll @below_threshold test

These are all identical across XLEN and code model since they're not
using a jump table, so unify them rather than having multiple copies.
llvm/test/CodeGen/RISCV/jumptable.ll