[PowerPC] PR20280 - Slots for byval parameters are not immutable
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 1 Aug 2014 14:35:58 +0000 (14:35 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 1 Aug 2014 14:35:58 +0000 (14:35 +0000)
commit087606898b3d5d5cca88160ad0f2269a4e3b0764
tree1b0d6052d3a880f6e000cefea535647f4c4e0f0f
parent3f6481d0d31674dd3e3e772ffa4dc6df1c9fdb3d
[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.

llvm-svn: 214517
llvm/lib/Target/PowerPC/PPCISelLowering.cpp