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