Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Aug 2011 00:30:19 +0000 (00:30 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Aug 2011 00:30:19 +0000 (00:30 +0000)
commit19308a1ea1c34e3dbed7b801408b2a8fcaba73f5
tree2ee57e1926622b208fd93b709b6f8e16919ac024
parent3f5beede1bb97ba4e06dc300e00b70e1013e7216
Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
the function, because the UnwindInst is going away.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136751 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PathNumbering.cpp