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
This commit is contained in:
Christopher Lamb 2007-07-31 07:03:24 +00:00
parent ee0142e4a6
commit 66ca0bc73a
2 changed files with 0 additions and 2 deletions

View 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) {

View 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) {