rethrow is really the language independent primitive here. "throw" can be written
authorChris Lattner <sabre@nondot.org>
Sun, 24 Aug 2003 12:24:08 +0000 (12:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Aug 2003 12:24:08 +0000 (12:24 +0000)
commit101d40060c6041a84f5460bb16475f9f03fd140d
tree75748d233534d400ac9c8037b978f386ee9c0c45
parent6270f367847d2d3e35f60ead8b039c284d31278f
rethrow is really the language independent primitive here.  "throw" can be written
in terms of it and llvm.exc.setcurrent.

Rework the intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8110 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp
lib/VMCore/Verifier.cpp