summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/sparc-arguments.c
Commit message (Collapse)AuthorAgeFilesLines
* Properly provide alignment of 'byval' arguments down to llvm.James Y Knight2015-08-211-0/+27
This is important in the case that the LLVM-inferred llvm-struct alignment is not the same as the clang-known C-struct alignment. Differential Revision: http://reviews.llvm.org/D12243 llvm-svn: 245719
OpenPOWER on IntegriCloud