]> granicus.if.org Git - clang/commit
pass/return structs of char and short as i8/i16 to avoid
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2010 21:59:07 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2010 21:59:07 +0000 (21:59 +0000)
commit8ff296496de0970c8d6d72320a1427a926d7ef14
treec7d6dc187f3426532e325f7d3e4c19b001537daa
parent1090a9ba0902380dbd97d0a500daa4c373712df9
pass/return structs of char and short as i8/i16 to avoid
aweful through-memory coersion, just like we do for i32 now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGenCXX/mangle-exprs.cpp
test/CodeGenCXX/member-functions.cpp