Skip to content
Commit 147b66cd authored by Chris Lattner's avatar Chris Lattner
Browse files

Add support for the llvm.unwind intrinsic, which we codegen to just do an abort

until we implement unwinding.
Add support for the invoke instruction, which codegens just like a call with
a branch after it.

The end effect of this change is that programs using the invoke instruction,
but never unwinding, will work fine.  Programs that unwind will abort until
we get unwind support.

llvm-svn: 8187
parent 0ca03c01
Loading
Loading
Loading
Loading
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