]> granicus.if.org Git - llvm/commit
Merging r214517:
authorHal Finkel <hfinkel@anl.gov>
Tue, 9 Dec 2014 02:09:06 +0000 (02:09 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 9 Dec 2014 02:09:06 +0000 (02:09 +0000)
commit16452bae79daa00364c82783084c5ab935d47d63
tree6271dee5717f754ebee321cc4fad55aea175e8cd
parent80996d2129c3f47c1f1c8661f17d44e68660621a
Merging r214517:
------------------------------------------------------------------------
r214517 | uweigand | 2014-08-01 14:35:58 +0000 (Fri, 01 Aug 2014) | 8 lines

[PowerPC] PR20280 - Slots for byval parameters are not immutable

Found by inspection while looking at PR20280: code would mark slots
in the parameter save area where a byval parameter is passed as
"immutable".  This is not correct since code is allowed to modify
byval parameters in place in the parameter save area.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223736 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp