Fix this test: llvm-gcc-4.2 optimizes almost everything away,
authorDuncan Sands <baldrick@free.fr>
Mon, 27 Aug 2007 16:47:32 +0000 (16:47 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 27 Aug 2007 16:47:32 +0000 (16:47 +0000)
commitd58cf123822a3d80134a7762cccde8d4ab2325b7
tree000423d9ac6a3a2f303120747bd30dc4c0a28ece
parente9c8fa095e503933840fa1ea41b4583817db5680
Fix this test: llvm-gcc-4.2 optimizes almost everything away,
resulting in zero matches, while llvm-gcc-4.1 manages to
remove one pointless selector changing the number of matches.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41494 91177308-0d34-0410-b5e6-96231b3b80d8
test/C++Frontend/2007-07-04-NestedCatches.cpp