summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/Utils/LowerMemIntrinsics.h')
-rw-r--r--include/llvm/Transforms/Utils/LowerMemIntrinsics.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Utils/LowerMemIntrinsics.h b/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
index 4554b5cbc6440..2b7d0f67a3245 100644
--- a/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
+++ b/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
@@ -25,12 +25,6 @@ class MemSetInst;
class TargetTransformInfo;
class Value;
-/// Emit a loop implementing the semantics of llvm.memcpy with the equivalent
-/// arguments at \p InsertBefore.
-void createMemCpyLoop(Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr,
- Value *CopyLen, unsigned SrcAlign, unsigned DestAlign,
- bool SrcIsVolatile, bool DstIsVolatile);
-
/// Emit a loop implementing the semantics of llvm.memcpy where the size is not
/// a compile-time constant. Loop will be insterted at \p InsertBefore.
void createMemCpyLoopUnknownSize(Instruction *InsertBefore, Value *SrcAddr,