diff options
| author | Duncan Sands <baldrick@free.fr> | 2007-07-19 09:38:34 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2007-07-19 09:38:34 +0000 |
| commit | 42f7a9c37981a7e4eea7b167da3754efffdc83e2 (patch) | |
| tree | a73ebb9a0363fa11136d3a9d655b97ee42a077f1 | |
| parent | 85ec2af554c6701c234e90a6af8aa03fa501f6a0 (diff) | |
| download | bcm5719-llvm-42f7a9c37981a7e4eea7b167da3754efffdc83e2.tar.gz bcm5719-llvm-42f7a9c37981a7e4eea7b167da3754efffdc83e2.zip | |
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.
llvm-svn: 40050
| -rw-r--r-- | llvm/test/C++Frontend/2007-05-23-TryFinally.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp b/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp index c99ad6b834a..093d18d87a8 100644 --- a/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp +++ b/llvm/test/C++Frontend/2007-05-23-TryFinally.cpp @@ -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 { }; |

