]> granicus.if.org Git - clang/commit
Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled.
authorAnders Carlsson <andersca@mac.com>
Sat, 6 Feb 2010 23:59:05 +0000 (23:59 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 6 Feb 2010 23:59:05 +0000 (23:59 +0000)
commita994ee4b197554282ae6b222c3284ccaa3a6484c
tree4b3233579ed31634d682068fd6d902bd3c49fa4a
parenta508b7de6c5246ab04ed69d0ab4e9977ec1fb4d4
Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95509 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp
test/CodeGenCXX/no-exceptions.cpp [new file with mode: 0644]