[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)
commit2be05eef3181cecc83011e07abc35a410c3b9bbb
treed466841d82228cd8d7dc6d3984a9e35598bef52c
parentce0a0665241c116cf693936c11924ea756560951
[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.

llvm-svn: 235212
llvm/lib/CodeGen/AsmPrinter/Win64Exception.cpp