Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git] / test / C++Frontend / 2003-08-24-Cleanup.cpp.tr
blobab0d1a0d11cd79c893ff8deba4089a84e50293df
1 // RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind
3 struct S { ~S(); };
5 int mightthrow();
7 int test() {
8   S s;
9   mightthrow();