Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineInternal.h
index 4b167021307eefc6265502e8aa0aa108ef45194a..1bb3ad6c53498d51ee9a59bef0b420ace31f9595 100644 (file)
@@ -558,7 +558,7 @@ private:
   Instruction *PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI);
   Instruction *MatchBSwap(BinaryOperator &I);
   bool SimplifyStoreAtEndOfBlock(StoreInst &SI);
-  Instruction *SimplifyMemTransfer(MemTransferInst *MI);
+  Instruction *SimplifyMemTransfer(MemIntrinsic *MI);
   Instruction *SimplifyMemSet(MemSetInst *MI);
 
   Value *EvaluateInDifferentType(Value *V, Type *Ty, bool isSigned);