[WinEH] Allow CatchHigh to be equal to TryHigh
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 17 Apr 2015 17:20:30 +0000 (17:20 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 17 Apr 2015 17:20:30 +0000 (17:20 +0000)
commit416a5187f7804f37183b46d8f7bf43fa89a9b5a3
tree763e4e71f804c8be31dabd8e166bd291899430ab
parent44b800f44d61d5377a96f187deb20901b94ea279
[WinEH] Allow CatchHigh to be equal to TryHigh

Catch blocks which are empty may be in the same state as their try
blocks.  It is not meaningful to give the catch block its own state
number in this case because it can't do anything exceptional.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235212 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/Win64Exception.cpp