Converted Exception demo over to using new 3.0 landingpad instruction. This
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Thu, 22 Sep 2011 15:45:14 +0000 (15:45 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Thu, 22 Sep 2011 15:45:14 +0000 (15:45 +0000)
commit85500714c460be6452a96be1574d8676d062051c
tree93c1e67f859c7d5824b3add99f2c62a360043e71
parentaae66fad0566c89f26ab0c9ca92c93f803bbfb3a
Converted Exception demo over to using new 3.0 landingpad instruction. This
was compiled and tested on OS X 10.7.1. It was not tested on LINUX. In
addition the defined OLD_EXC_SYSTEM was not tested with this version.

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