From bc1a69684ccc00a24cf65e2a19ec92da6dd40f43 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Aug 2007 18:37:44 +0000 Subject: these tests aren't xfailed. llvm-svn: 40680 --- llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp | 1 - llvm/test/C++Frontend/2007-07-29-RestrictRefArg.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'llvm/test/C++Frontend') diff --git a/llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp b/llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp index 38da95ae6c8..d54dfbe5712 100644 --- a/llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp +++ b/llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp @@ -1,5 +1,4 @@ // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias -// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed void foo(int * __restrict myptr1, int * myptr2) { myptr1[0] = 0; diff --git a/llvm/test/C++Frontend/2007-07-29-RestrictRefArg.cpp b/llvm/test/C++Frontend/2007-07-29-RestrictRefArg.cpp index cba86b9a76d..0c28e4d27a2 100644 --- a/llvm/test/C++Frontend/2007-07-29-RestrictRefArg.cpp +++ b/llvm/test/C++Frontend/2007-07-29-RestrictRefArg.cpp @@ -1,5 +1,4 @@ // RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep noalias -// NOTE: This should be un-XFAILed when the C++ type qualifiers are fixed void foo(int & __restrict myptr1, int & myptr2) { myptr1 = 0; -- cgit v1.2.3