mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:19:43 +00:00
[NFC] Remove unnecessary require global-isel from tests
This commit is contained in:
parent
c141103726
commit
e95e4419fe
@ -1,5 +1,5 @@
|
||||
# RUN: llc -march=riscv32 -o - -run-pass=none -verify-machineinstrs %s | FileCheck %s
|
||||
# REQUIRES: global-isel, riscv-registered-target
|
||||
# REQUIRES: riscv-registered-target
|
||||
|
||||
# This test checks that the G_BRINDIRECT is an indirect branch by leveraging
|
||||
# RISCV's version of analyzeBranch. If G_BRINDIRECT would not be an indirect
|
||||
|
@ -1,5 +1,5 @@
|
||||
# RUN: llc -march=riscv32 -o - -run-pass=none -verify-machineinstrs %s | FileCheck %s
|
||||
# REQUIRES: global-isel, riscv-registered-target
|
||||
# REQUIRES: riscv-registered-target
|
||||
|
||||
# This test checks that the G_BRJT is an indirect branch by leveraging RISCV's
|
||||
# version of analyzeBranch. If G_BRJT would not be an indirect branch, this
|
||||
|
Loading…
Reference in New Issue
Block a user