[llvm-commits] [llvm] r40050 - /llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp
Duncan Sands
baldrick at free.fr
Thu Jul 19 02:38:35 PDT 2007
Author: baldrick
Date: Thu Jul 19 04:38:34 2007
New Revision: 40050
URL: http://llvm.org/viewvc/llvm-project?rev=40050&view=rev
Log:
Fix this test. We produce pretty cruddy code for this
nowadays, unfortunately it's not so easy to get good
code here while still producing correct code in exotic
situations.
Modified:
llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp
Modified: llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2007-05-23-TryFinally.cpp?rev=40050&r1=40049&r2=40050&view=diff
==============================================================================
--- llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp (original)
+++ llvm/trunk/test/C++Frontend/2007-05-23-TryFinally.cpp Thu Jul 19 04:38:34 2007
@@ -1,5 +1,5 @@
// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | ignore grep _Unwind_Resume | \
-// RUN: wc -l | grep {\[03\]}
+// RUN: wc -l | grep {\[02\]}
struct One { };
struct Two { };
More information about the llvm-commits
mailing list