<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - A project should not contain unreachable code.(llvm-project/clang/lib/Basic/Targets/Mips.cpp:line 44)"
href="https://bugs.llvm.org/show_bug.cgi?id=47026">47026</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>A project should not contain unreachable code.(llvm-project/clang/lib/Basic/Targets/Mips.cpp:line 44)
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</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>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>info@ustchcs.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=23825" name="attach_23825" title="remove-unreachable-code">attachment 23825</a> <a href="attachment.cgi?id=23825&action=edit" title="remove-unreachable-code">[details]</a></span>
remove-unreachable-code
A project should not contain unreachable code.
(commit e3546c78cabfbf670391a57766872f0a8e28a423)
llvm-project/clang/lib/Basic/Targets/Mips.cpp:
31 bool MipsTargetInfo::processorSupportsGPR64() const {
32 return llvm::StringSwitch<bool>(CPU)
33 .Case("mips3", true)
34 .Case("mips4", true)
35 .Case("mips5", true)
36 .Case("mips64", true)
37 .Case("mips64r2", true)
38 .Case("mips64r3", true)
39 .Case("mips64r5", true)
40 .Case("mips64r6", true)
41 .Case("octeon", true)
42 .Case("octeon+", true)
43 .Default(false);
44 return false;
45 }
Reported by: Ustchcs Toolsets Bugfinder
(bugfinder-1.1: A project should not contain unreachable code.)</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>