propagate struct size and alignment of byval arguments to the DAG
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Aug 2007 14:44:42 +0000 (14:44 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 10 Aug 2007 14:44:42 +0000 (14:44 +0000)
commit594d37e21aea4ef841d9ee5d9c328c4bf1c6bed7
tree5f2d522f84dd3b83747f6182b98ba0fa17795c04
parentae9671b838150c780c13e601574efa6641788f2b
propagate struct size and alignment of byval arguments to the DAG

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40986 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/CallingConvLower.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86ISelLowering.cpp
utils/TableGen/CallingConvEmitter.cpp