[WinEH] Reusing HandlerType entries leads to small CatchHigh values
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 17 Apr 2015 20:12:09 +0000 (20:12 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 17 Apr 2015 20:12:09 +0000 (20:12 +0000)
commitdcd89368cb921d499ffde64e67995109adfe3fda
tree530606a9d8db9df3004f1553cd8ab54c72cee067
parentdb8a58688d83ee315f3bd184276b433b24af59fd
[WinEH] Reusing HandlerType entries leads to small CatchHigh values

CatchHigh may be smaller than TryHigh if we reuse an outlined catch
handler for two different invokes with different EH states.  We have no
evidence which shows that CatchHigh must be greater than TryHigh or
TryLow.  We can revisit this if we turn out to be wrong.

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