Fix one of the major things that is causing the C Backend to infinite loop

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-05-28 05:02:13 +00:00
parent 49f61c4ea4
commit 11b9be5a1a

View File

@ -103,6 +103,7 @@ bool LowerInvoke::doInitialization(Module &M) {
PATypeHolder JBLType(StructType::get(Elements));
OT->refineAbstractTypeTo(JBLType.get()); // Complete the cycle.
JBLinkTy = JBLType.get();
M.addTypeName("llvm.sjljeh.jmpbufty", JBLinkTy);
}
const Type *PtrJBList = PointerType::get(JBLinkTy);