diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-08-15 21:14:01 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-08-15 21:14:01 +0000 |
commit | d3fade656f87f79dbce6c716db554595191a15c2 (patch) | |
tree | 5ce578e512ddd0ff4acd592afed32131bd87e88a /llvm/lib/Target/ARM/ARMISelLowering.h | |
parent | 693a9c57a62f0e6ad668a3be462c5e41516a361d (diff) | |
download | bcm5719-llvm-d3fade656f87f79dbce6c716db554595191a15c2.tar.gz bcm5719-llvm-d3fade656f87f79dbce6c716db554595191a15c2.zip |
Revert r79127. It was causing compilation errors.
llvm-svn: 79135
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index db6d8baaad1..3a90ca3e62f 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -166,11 +166,6 @@ namespace llvm { virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const; - /// allowsUnalignedMemoryAccesses - Returns true if the target allows - /// unaligned memory accesses. of the specified type. - /// FIXME: Add getOptimalMemOpType to implement memcpy with NEON? - virtual bool allowsUnalignedMemoryAccesses(EVT VT) const; - /// isLegalAddressingMode - Return true if the addressing mode represented /// by AM is legal for this target, for a load/store of the specified type. virtual bool isLegalAddressingMode(const AddrMode &AM, const Type *Ty)const; @@ -198,8 +193,6 @@ namespace llvm { APInt &KnownOne, const SelectionDAG &DAG, unsigned Depth) const; - - ConstraintType getConstraintType(const std::string &Constraint) const; std::pair<unsigned, const TargetRegisterClass*> getRegForInlineAsmConstraint(const std::string &Constraint, |