summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-10-08 19:08:54 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-10-08 19:08:54 +0000
commit71cd285dc84426c786010c3bdbfcbfb1f7e23016 (patch)
treefc9b63fcf3f2bcd680a7ea5f2df99d3ac6cb31ba
parentbe5576f5f6b56d8e8d445d47cb5fcbe00cfca802 (diff)
downloadbcm5719-llvm-71cd285dc84426c786010c3bdbfcbfb1f7e23016.tar.gz
bcm5719-llvm-71cd285dc84426c786010c3bdbfcbfb1f7e23016.zip
[mips] Remove XFAIL.
Triple x86_64 has been added to the command line, so this test doesn't fail on mips anymore. llvm-svn: 192219
-rw-r--r--clang/test/CodeGen/2008-01-25-ByValReadNone.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2008-01-25-ByValReadNone.c b/clang/test/CodeGen/2008-01-25-ByValReadNone.c
index b3b5861a4dc..bb5a5887483 100644
--- a/clang/test/CodeGen/2008-01-25-ByValReadNone.c
+++ b/clang/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
OpenPOWER on IntegriCloud