1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add missing REQUIRES to r368487

llvm-svn: 368494
This commit is contained in:
Daniel Sanders 2019-08-09 22:16:16 +00:00
parent bd488127a7
commit 52b4df9ca4

View File

@ -1,4 +1,5 @@
# RUN: not llc -verify-machineinstrs -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
# REQUIRES: global-isel, aarch64-registered-target
--- |