[llvm-commits] [llvm] r125188 - /llvm/trunk/test/FrontendC++/2003-08-24-Cleanup.cpp
Chris Lattner
sabre at nondot.org
Wed Feb 9 08:40:56 PST 2011
Author: lattner
Date: Wed Feb 9 10:40:56 2011
New Revision: 125188
URL: http://llvm.org/viewvc/llvm-project?rev=125188&view=rev
Log:
remove a broken test, this is matching nounwind on intrinsics, not the old unwind instruction
Removed:
llvm/trunk/test/FrontendC++/2003-08-24-Cleanup.cpp
Removed: llvm/trunk/test/FrontendC++/2003-08-24-Cleanup.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2003-08-24-Cleanup.cpp?rev=125187&view=auto
==============================================================================
--- llvm/trunk/test/FrontendC++/2003-08-24-Cleanup.cpp (original)
+++ llvm/trunk/test/FrontendC++/2003-08-24-Cleanup.cpp (removed)
@@ -1,10 +0,0 @@
-// RUN: %llvmgxx -xc++ %s -S -o - | grep unwind
-
-struct S { ~S(); };
-
-int mightthrow();
-
-int test() {
- S s;
- mightthrow();
-}
More information about the llvm-commits
mailing list