Re: [llvm-commits] frameaddress intrinsincs for PPC

2007-03-01 Thread Jim Laskey
Appreciated. On 1-Mar-07, at 04:32 AM, Nicolas Geoffray wrote: > If there is no objection, I'm committing this in. > > Nicolas Geoffray wrote: > >> This patch implements the frameaddress intrinsincs for PPC. >> >> OK to commit? >> -

Re: [llvm-commits] frameaddress intrinsincs for PPC

2007-03-01 Thread Nicolas Geoffray
If there is no objection, I'm committing this in. Nicolas Geoffray wrote: > This patch implements the frameaddress intrinsincs for PPC. > > OK to commit? > > > Index: PPCISelLowering.h > ==

[llvm-commits] frameaddress intrinsincs for PPC

2007-02-27 Thread Nicolas Geoffray
This patch implements the frameaddress intrinsincs for PPC. OK to commit? Index: PPCISelLowering.h === RCS file: /var/cvs/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.h,v retrieving revision 1.60 diff -t -d -u -p -5 -r1.60 PPCISelLow