Partial implementation of calling functions with byval arguments:
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 20 Aug 2007 15:18:24 +0000 (15:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 20 Aug 2007 15:18:24 +0000 (15:18 +0000)
commit21485be444bd132941faf4e5653ac34b3ec74040
tree7314e95702a75eef525af3450134d4d353125fb6
parentcf8ba696b32fe46d874ac83c1e1c7ab9ad0f18da
Partial implementation of calling functions with byval arguments:
 *) The needed information is propagated to the DAG
 *) The X86-64 backend detects it and aborts

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41179 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86ISelLowering.cpp