Dale and Evan suggested putting the "check for setjmp" much earlier in the
authorBill Wendling <isanbard@gmail.com>
Wed, 26 May 2010 00:32:40 +0000 (00:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 May 2010 00:32:40 +0000 (00:32 +0000)
commitbe22683202731127a5128db8be404edcee91defd
tree4cdd751a636f97cf2243eed3b1e65cdfde26b64f
parent6a45d681e53a99b4c4f63e0b1664626a596a8151
Dale and Evan suggested putting the "check for setjmp" much earlier in the
machine code generation. That's a good idea, so I made it so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104655 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunction.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/StackSlotColoring.cpp