r179349 - Remove REQUIRES now that r179237 fixed the real problem.
Rafael Espindola
rafael.espindola at gmail.com
Thu Apr 11 17:32:20 PDT 2013
Author: rafael
Date: Thu Apr 11 19:32:20 2013
New Revision: 179349
URL: http://llvm.org/viewvc/llvm-project?rev=179349&view=rev
Log:
Remove REQUIRES now that r179237 fixed the real problem.
Modified:
cfe/trunk/test/CodeGen/mips-inline-asm-modifiers.c
Modified: cfe/trunk/test/CodeGen/mips-inline-asm-modifiers.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/mips-inline-asm-modifiers.c?rev=179349&r1=179348&r2=179349&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/mips-inline-asm-modifiers.c (original)
+++ cfe/trunk/test/CodeGen/mips-inline-asm-modifiers.c Thu Apr 11 19:32:20 2013
@@ -1,4 +1,3 @@
-// REQUIRES: mips-registered-target
// RUN: %clang -target mipsel-unknown-linux -S -o - -emit-llvm %s \
// RUN: | FileCheck %s
More information about the cfe-commits
mailing list