Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction alignment...
[oota-llvm.git] / lib / Target / X86 / X86ELFWriterInfo.h
index 96485b8970714ced36f304dbab0cfdc26f66182c..2ba1a0bd70a23c5cf17ee4598a6fe89cf3ae9ad4 100644 (file)
@@ -41,10 +41,6 @@ namespace llvm {
     X86ELFWriterInfo(TargetMachine &TM);
     virtual ~X86ELFWriterInfo();
 
-    /// 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;