Implement Promote for VAARG, and allow it to be custom promoted for people
authorNate Begeman <natebegeman@mac.com>
Sat, 28 Jan 2006 03:14:31 +0000 (03:14 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 28 Jan 2006 03:14:31 +0000 (03:14 +0000)
commit0aed7840ec8cc85f91b4aa6e69318bba0cbd1f03
treeb2b75b49ec7d32b448baf5b5c3aa6ddbf6ef0535
parenteb20ed6c86837870e749cf9d6272ae596dbef303
Implement Promote for VAARG, and allow it to be custom promoted for people
who don't want the default behavior (Alpha).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25726 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Alpha/AlphaISelLowering.h
lib/Target/IA64/IA64ISelLowering.cpp