diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-07-02 02:13:13 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-07-02 02:13:13 +0000 |
commit | 32b6dff32616d6d17b36ccc85cf883fa8021faef (patch) | |
tree | d6648bf3e3b4963a89e082465766c115fcc1f496 /include/llvm | |
parent | 5ebef275a99ca0d3cf7772925ec6387cbf214c64 (diff) | |
download | external_llvm-32b6dff32616d6d17b36ccc85cf883fa8021faef.zip external_llvm-32b6dff32616d6d17b36ccc85cf883fa8021faef.tar.gz external_llvm-32b6dff32616d6d17b36ccc85cf883fa8021faef.tar.bz2 |
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction alignment method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Target/TargetELFWriterInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Target/TargetELFWriterInfo.h b/include/llvm/Target/TargetELFWriterInfo.h index c1f54d2..a5b30c4 100644 --- a/include/llvm/Target/TargetELFWriterInfo.h +++ b/include/llvm/Target/TargetELFWriterInfo.h @@ -89,10 +89,6 @@ namespace llvm { : (hasRelocationAddend() ? 12 : 8); } - /// getFunctionAlignment - Returns the alignment for function 'F', targets - /// with different alignment constraints should overload this method - virtual unsigned getFunctionAlignment(const Function *F) const; - /// getRelocationType - Returns the target specific ELF Relocation type. /// 'MachineRelTy' contains the object code independent relocation type virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0; |