1. Remove noreturn attribute from __builtin_debugtrap().
authorShuxin Yang <shuxin.llvm@gmail.com>
Fri, 19 Oct 2012 23:00:20 +0000 (23:00 +0000)
committerShuxin Yang <shuxin.llvm@gmail.com>
Fri, 19 Oct 2012 23:00:20 +0000 (23:00 +0000)
commitcfc6cb0c61ef78aad2f63b634b0a6f377361858b
tree4cb8f745b20d760080fd45f977e22c9fe56ebe37
parentab450e42f1ae00d221a86cd41361834dd2ab95bc
1. Remove noreturn attribute from __builtin_debugtrap().
  (The change at Clang side was committed in r166345)

2. Cosmetic change in order to conform to coding standards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166350 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp