summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-08-15 21:14:01 +0000
committerBill Wendling <isanbard@gmail.com>2009-08-15 21:14:01 +0000
commitd3fade656f87f79dbce6c716db554595191a15c2 (patch)
tree5ce578e512ddd0ff4acd592afed32131bd87e88a /llvm/lib/Target/X86/X86ISelLowering.h
parent693a9c57a62f0e6ad668a3be462c5e41516a361d (diff)
downloadbcm5719-llvm-d3fade656f87f79dbce6c716db554595191a15c2.tar.gz
bcm5719-llvm-d3fade656f87f79dbce6c716db554595191a15c2.zip
Revert r79127. It was causing compilation errors.
llvm-svn: 79135
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index f3f09f5ac93..3ac6e51bbb0 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -389,15 +389,10 @@ namespace llvm {
/// and store operations as a result of memset, memcpy, and memmove
/// lowering. It returns EVT::iAny if SelectionDAG should be responsible for
/// determining it.
- virtual EVT getOptimalMemOpType(uint64_t Size, unsigned Align,
- bool isSrcConst, bool isSrcStr,
- SelectionDAG &DAG) const;
-
- /// allowsUnalignedMemoryAccesses - Returns true if the target allows
- /// unaligned memory accesses. of the specified type.
- virtual bool allowsUnalignedMemoryAccesses(EVT VT) const {
- return true;
- }
+ virtual
+ EVT getOptimalMemOpType(uint64_t Size, unsigned Align,
+ bool isSrcConst, bool isSrcStr,
+ SelectionDAG &DAG) const;
/// LowerOperation - Provide custom lowering hooks for some operations.
///
OpenPOWER on IntegriCloud