]> granicus.if.org Git - clang/commit
Contrary to the other BSDs, NetBSD followed the ELF ABI for structure
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 10 Jan 2012 16:53:17 +0000 (16:53 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 10 Jan 2012 16:53:17 +0000 (16:53 +0000)
commit91ee4a7f36b520248f505f7d82418eb8fc08f315
tree7a617288196cc9ae5877a2b2a4a0749627f852e1
parentf660f4b1bedd6b614acf52108894b805b807c50d
Contrary to the other BSDs, NetBSD followed the ELF ABI for structure
passing on i386 and does not use registers.

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