mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
Fix typos noticed by Benjamin Kramer.
Also make the checks stronger and test that we reject ranges that overlap a previous wrapped range. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3054,8 +3054,8 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25)
|
||||
<li>The range should not represent the full or empty set. That is,
|
||||
<tt>a!=b</tt>. </li>
|
||||
</ul>
|
||||
<p> In addiion, the pairs must be in signed order of the lower bound and
|
||||
they must be non contigous.</p>
|
||||
<p> In addition, the pairs must be in signed order of the lower bound and
|
||||
they must be non-contiguous.</p>
|
||||
|
||||
<p>Examples:</p>
|
||||
<div class="doc_code">
|
||||
|
Reference in New Issue
Block a user