From: Akira Hatanaka Date: Tue, 8 Oct 2013 19:08:54 +0000 (+0000) Subject: [mips] Remove XFAIL. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0acd380f27275aa6f98c7af0e5c654c69b0ab12;p=clang [mips] Remove XFAIL. Triple x86_64 has been added to the command line, so this test doesn't fail on mips anymore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192219 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2008-01-25-ByValReadNone.c b/test/CodeGen/2008-01-25-ByValReadNone.c index b3b5861a4d..bb5a588748 100644 --- a/test/CodeGen/2008-01-25-ByValReadNone.c +++ b/test/CodeGen/2008-01-25-ByValReadNone.c @@ -1,7 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s -// XFAIL: mips - // It could hit in @llvm.memcpy with "-triple x86_64-(mingw32|win32)". // CHECK-NOT: readonly // CHECK-NOT: readnone