[NFC] Remove unnecessary require global-isel from tests

This commit is contained in:
Dominik Montada 2020-06-15 16:35:18 +02:00
parent c141103726
commit e95e4419fe
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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