[LLVMdev] `MDNode *getLoopID () const` missing from LoopInfo.h
Caldarale, Charles R
Chuck.Caldarale at unisys.com
Fri Dec 20 15:06:30 PST 2013
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Gai, Jiading
> Subject: [LLVMdev] `MDNode *getLoopID () const` missing from LoopInfo.h
> The getLoopID method was missing from LLVM 3.3's LoopInfo.h.
True.
> But the latest documentation has it ...
Also true.
> probably the documentation is lagging behind in the update?
False; the documentation is up-to-date. The method was added to trunk after 3.3 was released, and the on-line doxygen reflects the current state of trunk.
- Chuck
More information about the llvm-dev
mailing list