From e23ff55931bd9998984a67af8c262c5e98eef13c Mon Sep 17 00:00:00 2001 From: Quinn Pham Date: Wed, 21 Jul 2021 10:47:52 -0500 Subject: [PATCH] [PowerPC] Removing a REQUIRES line from llvm test The test has been moved to the correct directory so this `REQUIRES` line is not needed. --- llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll index f9b800a34595..d828493205f8 100644 --- a/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll +++ b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll @@ -1,4 +1,3 @@ -; REQUIRES: power-pc-registered-target ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-unknown \ ; RUN: -mcpu=pwr7 < %s | FileCheck %s --check-prefix=CHECK-PWR7