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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs