]> granicus.if.org Git - clang/commit
Make sure the integer type used to align the vaarg address is the same as the
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 23 Jan 2012 23:59:52 +0000 (23:59 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 23 Jan 2012 23:59:52 +0000 (23:59 +0000)
commit8f675e4b18fb9b8972847e9f681044184da5586c
tree7a4cb72fac37f4d705ce239d87fb9a5f69915344
parentf96708d477e1a41a7c1c8087bcf1869045cf4f1c
Make sure the integer type used to align the vaarg address is the same as the
type of pointers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148753 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp