diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-03-06 09:17:04 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-03-06 09:17:04 +0000 |
commit | d672d9cd02266a8f5fd7b9553d915f604f5b06ce (patch) | |
tree | 83acaddb9c6450cab1f0450568cc1ee036459886 /llvm/docs/LangRef.html | |
parent | 4bf1cc831284da9332daf0f2e3def31a6f4b8674 (diff) | |
download | bcm5719-llvm-d672d9cd02266a8f5fd7b9553d915f604f5b06ce.tar.gz bcm5719-llvm-d672d9cd02266a8f5fd7b9553d915f604f5b06ce.zip |
Fix validation errors.
llvm-svn: 152111
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r-- | llvm/docs/LangRef.html | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 29ac260fd0e..9019cb173d1 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |