Un-XFAIL these tests after r40622 fixed them.
authorChristopher Lamb <christopher.lamb@gmail.com>
Tue, 31 Jul 2007 07:03:24 +0000 (07:03 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Tue, 31 Jul 2007 07:03:24 +0000 (07:03 +0000)
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
test/C++Frontend/2007-07-29-RestrictRefArg.cpp

index e45eda07847da34c0e3d65517c1f8857c0dd3b64..38da95ae6c8e3364776050063af18a413a222c2e 100644 (file)
@@ -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) {
index e1b5cd60e11170f061eaa1853d64f1e755124bc9..cba86b9a76d97182ac4a89421fb20c9b672fc131 100644 (file)
@@ -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) {