"clang/lib/Analysis/SymbolManager.cpp" did not exist on "68d73d19f1be5c3810ce5778f23abcdb6188bc79"
-
Bill Wendling authored
In SjLj EH, the jump to the landing pad is not done explicitly through a branch statement. The EH landing pad is added as a successor to the throwing BB. Because of that however, the branch folding pass could mistakenly think that it could merge the throwing BB with another BB. This isn't safe to do. <rdar://problem/10334833> llvm-svn: 142891
38ced995
Loading