]> granicus.if.org Git - clang/commit
Add an addition check for undefined behavior for when we hit a
authorMike Stump <mrs@apple.com>
Wed, 16 Dec 2009 03:07:12 +0000 (03:07 +0000)
committerMike Stump <mrs@apple.com>
Wed, 16 Dec 2009 03:07:12 +0000 (03:07 +0000)
commitfba565d044a8979cfd916ce52655a6847bfaa601
tree6cd55e7038eb09ad4f185193d742167083be7cf3
parentb14e62d5aee7522b98c410ee65bd750c2cfe6f01
Add an addition check for undefined behavior for when we hit a
__builtin_unreachable.  WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91499 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp