diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:02:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:02:52 +0000 |
commit | b6d667403fed489ef92174b3f19d4b87db5c39f7 (patch) | |
tree | 23c6baa67140de0c6021e4bca1ccfa78a1aa32ce /docs/WritingAnLLVMBackend.html | |
parent | ad88bc4076d088baad8a5ee9561e46ac08a1c88a (diff) |
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/WritingAnLLVMBackend.html')
-rw-r--r-- | docs/WritingAnLLVMBackend.html | 4 |
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 &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> |