summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 04:02:52 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 04:02:52 +0000
commitb6d667403fed489ef92174b3f19d4b87db5c39f7 (patch)
tree23c6baa67140de0c6021e4bca1ccfa78a1aa32ce /docs
parentad88bc4076d088baad8a5ee9561e46ac08a1c88a (diff)
downloadllvm-b6d667403fed489ef92174b3f19d4b87db5c39f7.tar.gz
llvm-b6d667403fed489ef92174b3f19d4b87db5c39f7.tar.bz2
llvm-b6d667403fed489ef92174b3f19d4b87db5c39f7.tar.xz
remove the dead PreferredEHDataFormat TAI hook: its now dead
even considering #if 0 code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77856 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/WritingAnLLVMBackend.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index 388e706046..29dc1127c5 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -2080,8 +2080,8 @@ SparcTargetAsmInfo::SparcTargetAsmInfo(const SparcTargetMachine &amp;TM) {
<p>
The X86 assembly printer implementation (<tt>X86TargetAsmInfo</tt>) is an
-example where the target specific <tt>TargetAsmInfo</tt> class uses overridden
-methods: <tt>ExpandInlineAsm</tt> and <tt>PreferredEHDataFormat</tt>.
+example where the target specific <tt>TargetAsmInfo</tt> class uses an
+overridden methods: <tt>ExpandInlineAsm</tt>.
</p>
<p>