On 01/02/2010 11:24 AM, Bob Wilson wrote:> Yes, that is correct. It is supported in the trunk sources, but it has > not yet been released.Hmm. Would the same also be true of the "inbounds" keyword for GEP? It doesn't seem to be recognized ("expected type"). Dustin
On Sat, Jan 2, 2010 at 2:31 PM, Dustin Laurence <dllaurence at dslextreme.com> wrote:> On 01/02/2010 11:24 AM, Bob Wilson wrote: > >> Yes, that is correct. It is supported in the trunk sources, but it has >> not yet been released. > > Hmm. Would the same also be true of the "inbounds" keyword for GEP? It > doesn't seem to be recognized ("expected type").The version of LangRef corresponding to LLVM 2.5 is at http://llvm.org/releases/2.5/docs/LangRef.html . -Eli
On 01/02/2010 02:36 PM, Eli Friedman wrote:> The version of LangRef corresponding to LLVM 2.5 is at > http://llvm.org/releases/2.5/docs/LangRef.html .Thanks much, I've bookmarked it. That would have answered both questions had I had the wit to go looking for release-specific docs. :-( Dustin