On Feb 18, 2010, at 2:12 AM, Jon Harrop wrote:> > I'm just trying to test HLVM with the latest SVN of LLVM and discovered that > llvm::PerformTailCallOpt has disappeared from the code but it is still > referred to from LangRef.html. > > Where did it go?It got renamed to GuaranteedTailCallOpt, to better reflect what it actually represents. --Owen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2620 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100218/be3e2c7b/attachment.bin>
I'm just trying to test HLVM with the latest SVN of LLVM and discovered that llvm::PerformTailCallOpt has disappeared from the code but it is still referred to from LangRef.html. Where did it go? -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
On Thursday 18 February 2010 10:00:36 Owen Anderson wrote:> On Feb 18, 2010, at 2:12 AM, Jon Harrop wrote: > > Where did it go? > > It got renamed to GuaranteedTailCallOpt, to better reflect what it actually > represents.Ah, great. Thanks! -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e