Revert r79127. It was causing compilation errors.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index f3f09f5ac93dc6a6ef38ef4c405928fb73429ca5..3ac6e51bbb0e8e9f49b92c6c6400b486bacdcd3a 100644 (file)
@@ -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.
     ///