reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
authorChris Lattner <sabre@nondot.org>
Fri, 21 Nov 2008 16:42:48 +0000 (16:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Nov 2008 16:42:48 +0000 (16:42 +0000)
commit824b958e6fb1236e92e4d07f3acf18fca107cdc0
treef91d265e59851bb2409eb6784c8a83b1d18b8267
parentdc770929cb2f97397970e2942b746839fc387992
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
arbitrary integer width for the count.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59823 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
docs/LangRef.html
examples/BrainF/BrainF.cpp
include/llvm/IntrinsicInst.h
include/llvm/Intrinsics.td
lib/Analysis/IPA/Andersens.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/Verifier.cpp