summaryrefslogtreecommitdiffstats
path: root/llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp')
-rw-r--r--llvm/test/C++Frontend/2007-07-29-RestrictPtrArg.cpp1
1 files changed, 0 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud