Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 02:50:02 +0000 (02:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 02:50:02 +0000 (02:50 +0000)
commit140d53c99c3a70b9d3858a3c87f8ecb098994748
tree10da7864dca278a43ba06a724a57a1ff6866f5c1
parentb99329e8a0ec3b5a0004dd649e3546939f5c31e7
Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow
targets to custom expand them as they desire.

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