summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-19 21:51:41 +0000
committerEric Christopher <echristo@apple.com>2011-08-19 21:51:41 +0000
commit029529369b2fcb5be9977b4fc4ff5e6a05c8b108 (patch)
treedc5b48d47433b58900e29355b820afa1f224fe5a /llvm
parent772aa6c82e7175ecf21769ee9eddf6ceb79f9950 (diff)
downloadbcm5719-llvm-029529369b2fcb5be9977b4fc4ff5e6a05c8b108.tar.gz
bcm5719-llvm-029529369b2fcb5be9977b4fc4ff5e6a05c8b108.zip
Remove this test. The feature and test have already been migrated to clang.
llvm-svn: 138101
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/FrontendC++/2009-05-04-PureConstNounwind.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/FrontendC++/2009-05-04-PureConstNounwind.cpp b/llvm/test/FrontendC++/2009-05-04-PureConstNounwind.cpp
deleted file mode 100644
index e275c340a95..00000000000
--- a/llvm/test/FrontendC++/2009-05-04-PureConstNounwind.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// RUN: %llvmgxx -S %s -o - | grep nounwind | count 4
-int c(void) __attribute__((const));
-int p(void) __attribute__((pure));
-int t(void);
-
-int f(void) {
- return c() + p() + t();
-}
OpenPOWER on IntegriCloud