]> granicus.if.org Git - clang/commit
Revert r302547 ([mips] Impose a threshold for coercion of aggregates)
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 9 May 2017 17:20:06 +0000 (17:20 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 9 May 2017 17:20:06 +0000 (17:20 +0000)
commit98cf93550f4ca7d671280076326f12a45bb02f84
tree6a8db906e0f7f0e343f02c714a902510b3ceea0d
parent94670e82be07cdfe605f9391bf96acd3edb3a05e
Revert r302547 ([mips] Impose a threshold for coercion of aggregates)

Reverting
  Modified MipsABIInfo::classifyArgumentType so that it now coerces
  aggregate structures only if the size of said aggregate is less than 16/64
  bytes, depending on the ABI.
as it broke clang-with-lto-ubuntu builder.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302555 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/mips-aggregate-arg.c [deleted file]