diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-24 00:30:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-24 00:30:09 +0000 |
commit | 2a5ddf35fff80d6d23d4dba6801534bcb26582f4 (patch) | |
tree | 600f87219916311734656684a616d2be9fcda3b9 /include/llvm/Target | |
parent | 7938afc0b087519f71c2cbba499057c523948cb3 (diff) | |
download | external_llvm-2a5ddf35fff80d6d23d4dba6801534bcb26582f4.zip external_llvm-2a5ddf35fff80d6d23d4dba6801534bcb26582f4.tar.gz external_llvm-2a5ddf35fff80d6d23d4dba6801534bcb26582f4.tar.bz2 |
Remove the IA-64 backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index 447297c..86e26a3 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/include/llvm/Target/TargetAsmInfo.h @@ -265,10 +265,6 @@ namespace llvm { /// FunctionAddrPrefix/Suffix - If these are nonempty, these strings /// will enclose any GlobalVariable that points to a function. - /// For example, this is used by the IA64 backend to materialize - /// function descriptors, by decorating the ".data8" object with the - /// @verbatim @fptr( ) @endverbatim - /// link-relocation operator. /// const char *FunctionAddrPrefix; // Defaults to "" const char *FunctionAddrSuffix; // Defaults to "" |