Skip to content
Snippets Groups Projects
Commit 523d3e66 authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 13872
parent b6d6b931
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment