]> granicus.if.org Git - clang/commit
Revert r302670 for the upcoming 5.0.0 release
authorStefan Maksimovic <stefan.maksimovic@imgtec.com>
Fri, 11 Aug 2017 11:39:07 +0000 (11:39 +0000)
committerStefan Maksimovic <stefan.maksimovic@imgtec.com>
Fri, 11 Aug 2017 11:39:07 +0000 (11:39 +0000)
commit32ad8fc799f90f5f15b2f2be29b3e328deb1e7dc
tree323347d08a0c3983192f82a080519164abe490a2
parent6dabc87c86b60b531d7ebe115de336ecf45a1a39
Revert r302670 for the upcoming 5.0.0 release

This is causing failures when compiling clang with -O3
as one of the structures used by clang is passed by
value and uses the fastcc calling convention.

Faliures manifest for stage2 mips build.

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