<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW " title="NEW --- - Wrong header file listed in LLVM Programmer's Manual" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24099&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=k2f39cQqRusBzxk8aN1hEd4f-9eCQ6ARA4uPyMCrK-4&s=ozKSanVVYJDkVhn-zSKB8l8n345_kNBwBaeAiuEejZ0&e=">24099</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Wrong header file listed in LLVM Programmer's Manual
</td>
</tr>
<tr>
<th>Product</th>
<td>Documentation
</td>
</tr>
<tr>
<th>Version</th>
<td>3.6
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>General docs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tomas.brukner@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>In LLVM's Programmers Manual, in section Iterating over Predecessors and
Successors of Blocks
(<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs_ProgrammersManual.html-23iterating-2Dover-2Dpredecessors-2Dsuccessors-2Dof-2Dblocks&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=k2f39cQqRusBzxk8aN1hEd4f-9eCQ6ARA4uPyMCrK-4&s=OSlNg846uAHSwANg7ZkkBFePJX_rNa4fe-OnhANDPM4&e=">http://llvm.org/docs/ProgrammersManual.html#iterating-over-predecessors-successors-of-blocks</a>),
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"</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>