Remove duplicate listings for core.DivideZero

llvm-svn: 143969
This commit is contained in:
Matt Beaumont-Gay 2011-11-07 18:00:03 +00:00
parent 4109afa1f1
commit 4703a29e4a

View File

@ -122,12 +122,6 @@
<tr>
<td width="20%"><b>unix.API</b></td><td>Check calls to various UNIX/Posix functions.</td>
</tr>
<tr>
<td width="20%"><b>core.DivideZero</b></td><td>Check for division by zero.</td>
</tr>
<tr>
<td width="20%"><b>core.DivideZero</b></td><td>Check for division by zero.</td>
</tr>
</table>
<p>In addition to these the analyzer contains numerous experimental (beta) checkers.</p>