summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-03-06 09:17:04 +0000
committerBill Wendling <isanbard@gmail.com>2012-03-06 09:17:04 +0000
commita0edecf191e6f0900b198861127ca9c1d0e71622 (patch)
treeb60c5c5c287190bee6694cdabd334b264fd17598 /docs
parent88a680837768d370d794960b677438d45fde148e (diff)
downloadllvm-a0edecf191e6f0900b198861127ca9c1d0e71622.tar.gz
llvm-a0edecf191e6f0900b198861127ca9c1d0e71622.tar.bz2
llvm-a0edecf191e6f0900b198861127ca9c1d0e71622.tar.xz
Fix validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html40
1 files changed, 24 insertions, 16 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 29ac260fd0..9019cb173d 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3081,36 +3081,44 @@ call void @llvm.dbg.value(metadata !24, i64 0, metadata !25)
<tr>
<td>1</td>
<td align="left">
- <dt><b>Error</b></dt>
- <dd>Emits an error if two values disagree. It is an error to have an ID
- with both an Error and a Warning behavior.</dd>
+ <dl>
+ <dt><b>Error</b></dt>
+ <dd>Emits an error if two values disagree. It is an error to have an ID
+ with both an Error and a Warning behavior.</dd>
+ </dl>
</td>
</tr>
<tr>
<td>2</td>
<td align="left">
- <dt><b>Warning</b></dt>
- <dd>Emits a warning if two values disagree.</dd>
+ <dl>
+ <dt><b>Warning</b></dt>
+ <dd>Emits a warning if two values disagree.</dd>
+ </dl>
</td>
</tr>
<tr>
<td>3</td>
<td align="left">
- <dt><b>Require</b></dt>
- <dd>Emits an error when the specified value is not present or doesn't
- have the specified value. It is an error for two (or more)
- <tt>llvm.module.flags</tt> with the same ID to have the Require
- behavior but different values. There may be multiple Require flags
- per ID.</dd>
+ <dl>
+ <dt><b>Require</b></dt>
+ <dd>Emits an error when the specified value is not present or doesn't
+ have the specified value. It is an error for two (or more)
+ <tt>llvm.module.flags</tt> with the same ID to have the Require
+ behavior but different values. There may be multiple Require flags
+ per ID.</dd>
+ </dl>
</td>
</tr>
<tr>
<td>4</td>
<td align="left">
- <dt><b>Override</b></dt>
- <dd>Uses the specified value if the two values disagree. It is an error
- for two (or more) <tt>llvm.module.flags</tt> with the same ID to
- have the Override behavior but different values.</dd>
+ <dl>
+ <dt><b>Override</b></dt>
+ <dd>Uses the specified value if the two values disagree. It is an
+ error for two (or more) <tt>llvm.module.flags</tt> with the same
+ ID to have the Override behavior but different values.</dd>
+ </dl>
</td>
</tr>
</tbody>
@@ -3176,7 +3184,7 @@ metadata !{ metadata !"foo", i32 1 }
<table border="1" cellspacing="0" cellpadding="4">
<tbody>
<tr>
- <th width="30%">Key</th>
+ <th>Key</th>
<th>Value</th>
</tr>
<tr>