<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/64838>64838</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Compilation failure of latest main due to spelling error in llvm/lib/Target/X86/ImmutableGraph.h, fix included.
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
axhan
</td>
</tr>
</table>
<pre>
`--- - 2023-08-20 13:37:48.986031881 +0200
+++ llvm/lib/Target/X86/ImmutableGraph.h 2023-08-20 13:27:04.625134423 +0200
@@ -224,7 +224,7 @@
/// Return the size of the set's domain
size_type size() const { return V.size(); }
/// Set union
- EdgeSet &operator|=(con3t EdgeSet &RHS) {
+ EdgeSet &operator|=(const EdgeSet &RHS) {
assert(&this->G == &RHS.G);
V |= RHS.V;
return *this;
`
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUk89unDAQxp9muIxAZsxiOHDYP9m016SKeqsMmMWVF69s0yZ9-sqAkjSHVkU-WMzM7_OMP0vv9WVSqoHdAXanRM5htK6Rz6Ocktb2Lw2ULE1TTBGRGPGUVSkxzDnwPRfA90WV1VXJeF5VOQIdGDEG7ARsD3RYFxrz4wp0NroFOn-R7qIC0PlrVQKdP1-vc5CtUfdO3sZsxO37KEZRjBVZSbucFwXxD2IFg4JhSlQAHUUMvm6X0Jq2oIHO68IHFWY3YRgVev1LoR3WfTyf8Njbq9TTu8qY9C283NZ0oAqoxs5OPiCIA7oV95S9RYEfEMRpY7wpP6qA86TtRo_jxbv-ouJ_oNLelJPBOhBH4CegqrMTD-8zHj49RnEQh9dp_wvg_wrY5i69Vy4shy_DqH0K_O4eI4OftrLsfm3sj7onXKUwJjx9jG6TAdpH5msUyu1ekr7hfc1rmagmL2vacSpykYxNJ7pCDL3YDW0t8loKIfpStENXdjmTVCa6iU5hFbE833EuMjbIum9Z2bZM7uRAUDB1ldpk0YWZdZdEez-rpiwqXiVGtsr4xf5Ek_qJSxCI4mtwTaxJ2_nioWBG--DfKEEHo5qjvd60kUHbCQepzewWFxkZlA8Y7YP9rDBY9DdljJ4uqJyzDvX0X88C6IiDfkY9dWbuVZ8lszPNGMLNA9-vprroMM5t1tmFusFjAzdnv6suwpfuPNB56f53AAAA__8J5SBa">