]> granicus.if.org Git - clang/commit
Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Oct 2012 02:04:01 +0000 (02:04 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Oct 2012 02:04:01 +0000 (02:04 +0000)
commit5f14fcbd45870585a136ae735d29d0e085c0d7f8
tree6d02cc6b78fe6c9c5422c1e048e338791b9c8602
parentbb531706602048716a6c36f1ea59f277be9f6753
Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the
regression.

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