Pass alignment on ByVal parameters, from FE, all
authorDale Johannesen <dalej@apple.com>
Fri, 22 Feb 2008 17:49:45 +0000 (17:49 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 22 Feb 2008 17:49:45 +0000 (17:49 +0000)
commit08e78b18b8ef2c939ee95469662c98e23846d860
treeef1a7297738a17ceda59046eaf2b1a9f15222760
parent3edd6dcf82c45d1b2644c6dac7deb3d9844ece6b
Pass alignment on ByVal parameters, from FE, all
the way through.  It is now used for codegen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47484 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Instructions.h
include/llvm/ParameterAttributes.h
include/llvm/Support/CallSite.h
include/llvm/Target/TargetLowering.h
lib/AsmParser/llvmAsmParser.y
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/VMCore/Function.cpp
lib/VMCore/Instructions.cpp