From 66ca0bc73add3b2edba7cd88db00f85d08103015 Mon Sep 17 00:00:00 2001 From: Christopher Lamb Date: Tue, 31 Jul 2007 07:03:24 +0000 Subject: [PATCH] Un-XFAIL these tests after r40622 fixed them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40623 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2007-07-29-RestrictPtrArg.cpp | 1 - test/C++Frontend/2007-07-29-RestrictRefArg.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp b/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp index e45eda07847..38da95ae6c8 100644 --- a/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp +++ b/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp @@ -1,5 +1,4 @@ // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias -// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64 // NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed void foo(int * __restrict myptr1, int * myptr2) { diff --git a/test/C++Frontend/2007-07-29-RestrictRefArg.cpp b/test/C++Frontend/2007-07-29-RestrictRefArg.cpp index e1b5cd60e11..cba86b9a76d 100644 --- a/test/C++Frontend/2007-07-29-RestrictRefArg.cpp +++ b/test/C++Frontend/2007-07-29-RestrictRefArg.cpp @@ -1,5 +1,4 @@ // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias -// XFAIL: i[1-9]86|alpha|ia64|arm|x86_64|amd64 // NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed void foo(int & __restrict myptr1, int & myptr2) { -- 2.34.1