LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / C++Frontend / 2007-05-23-TryFinally.cpp
index 021d528a0cedd43a3d8b0b93f6f9010615caab81..38f0b021aba00db2359d8b9c639365468f80c368 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | grep -c {handle\\|_Unwind_Resume} | grep {\[14\]}
+// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | ignore grep _Unwind_Resume | \
+// RUN:   wc -l | grep {\[23\]}
 
 struct One { };
 struct Two { };