[llvm-commits] [llvm] r138101 - /llvm/trunk/test/FrontendC++/2009-05-04-PureConstNounwind.cpp
Eric Christopher
echristo at apple.com
Fri Aug 19 14:51:41 PDT 2011
Author: echristo
Date: Fri Aug 19 16:51:41 2011
New Revision: 138101
URL: http://llvm.org/viewvc/llvm-project?rev=138101&view=rev
Log:
Remove this test. The feature and test have already been migrated to clang.
Removed:
llvm/trunk/test/FrontendC++/2009-05-04-PureConstNounwind.cpp
Removed: llvm/trunk/test/FrontendC++/2009-05-04-PureConstNounwind.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-05-04-PureConstNounwind.cpp?rev=138100&view=auto
==============================================================================
--- llvm/trunk/test/FrontendC++/2009-05-04-PureConstNounwind.cpp (original)
+++ llvm/trunk/test/FrontendC++/2009-05-04-PureConstNounwind.cpp (removed)
@@ -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();
-}
More information about the llvm-commits
mailing list