summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-04-05 00:43:04 +0000
committerBill Wendling <isanbard@gmail.com>2009-04-05 00:43:04 +0000
commite9e6fd9155bad00da806b226e794db0c07537100 (patch)
treebf8d4b3037b084d94ecdf60267c4d43508f50acf /docs
parent4a2bca8bc39d24b7cae6704ff92f793ce27bb051 (diff)
downloadexternal_llvm-e9e6fd9155bad00da806b226e794db0c07537100.zip
external_llvm-e9e6fd9155bad00da806b226e794db0c07537100.tar.gz
external_llvm-e9e6fd9155bad00da806b226e794db0c07537100.tar.bz2
Fix validation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/WritingAnLLVMBackend.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index a1dc34c..a7512c2 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -2259,6 +2259,8 @@ XXXSubtarget::XXXSubtarget(const Module &amp;M, const std::string &amp;FS) {
</pre>
</div>
+</div>
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="jitSupport">JIT Support</a>