mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
Fix a few HTML tidiness issues.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -645,7 +645,7 @@ code that should not be reached. These are typically of the form:</p>
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
assert(0 && "Some helpful error message");
|
||||
assert(0 && "Some helpful error message");
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
@@ -656,7 +656,7 @@ generating a warning.</p>
|
||||
|
||||
<div class="doc_code">
|
||||
<pre>
|
||||
assert(0 && "Some helpful error message");
|
||||
assert(0 && "Some helpful error message");
|
||||
// Not reached
|
||||
return 0;
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user