From: Rafael Espindola Date: Fri, 12 Apr 2013 00:32:20 +0000 (+0000) Subject: Remove REQUIRES now that r179237 fixed the real problem. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9c09701e835b8013d6d00ec7c49861ed2107313;p=clang Remove REQUIRES now that r179237 fixed the real problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179349 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/mips-inline-asm-modifiers.c b/test/CodeGen/mips-inline-asm-modifiers.c index 9a0abb7ff5..7c4ca2ce14 100644 --- a/test/CodeGen/mips-inline-asm-modifiers.c +++ b/test/CodeGen/mips-inline-asm-modifiers.c @@ -1,4 +1,3 @@ -// REQUIRES: mips-registered-target // RUN: %clang -target mipsel-unknown-linux -S -o - -emit-llvm %s \ // RUN: | FileCheck %s