aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-12 00:32:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-12 00:32:20 +0000
commite9c09701e835b8013d6d00ec7c49861ed2107313 (patch)
treed1461ceeaaeac9e839da3cceb727e14316706c5c
parentd7fed8e6905798e8a6a465489fe24df72f2f9aff (diff)
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
-rw-r--r--test/CodeGen/mips-inline-asm-modifiers.c1
1 files changed, 0 insertions, 1 deletions
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