Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Fri, 23 Sep 2011 14:45:10 +0000 (14:45 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Fri, 23 Sep 2011 14:45:10 +0000 (14:45 +0000)
commit9cb5086f2a08f691f994e99c244dbc6c1ed5acfa
tree1133d5d3e769e1e97b822ebe7adf9e7fe5bb9106
parente953a64cb5888fbfa03f41e8258849bf979e22e5
Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.

Also conducted some reformatting. As the LLVM coding standard doc does not
seem to touch on how to align function arguments, and format code longer than
80 cols in general, the confusion persists. There is the golden rule, but as
this code has gone through several styles to deal with this, the golden rule
seems to be ignored. The latest reformatting effort tries to match the other
source files as much as possible.

Tested on OS X 10.7.1 with, and without the OLD_EXC_SYSTEM defined. Have NOT
tested on LINUX.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140379 91177308-0d34-0410-b5e6-96231b3b80d8
examples/ExceptionDemo/ExceptionDemo.cpp