[LLVMbugs] [Bug 24099] New: Wrong header file listed in LLVM Programmer's Manual

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 12 13:32:00 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24099

            Bug ID: 24099
           Summary: Wrong header file listed in LLVM Programmer's Manual
           Product: Documentation
           Version: 3.6
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
          Assignee: unassignedbugs at nondot.org
          Reporter: tomas.brukner at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

In LLVM's Programmers Manual, in section Iterating over Predecessors and
Successors of Blocks
(http://llvm.org/docs/ProgrammersManual.html#iterating-over-predecessors-successors-of-blocks),
there is a header file mentioned:

#include "llvm/Support/CFG.h"

However, this header file does not exist anymore. In 3.6.1 (and probably on 3.6
as well, based on lookup in Github's mirror), this is the correct file:

#include "llvm/IR/CFG.h"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150712/80449993/attachment.html>


More information about the llvm-bugs mailing list