Refactor out code to fast-isel a memcpy operation with a small constant
commitd5089a9794b46918128c2fec1b5ec1d20f7572fa
authorEli Friedman <eli.friedman@gmail.com>
Wed, 27 Apr 2011 01:45:07 +0000 (27 01:45 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 27 Apr 2011 01:45:07 +0000 (27 01:45 +0000)
treeded88007d02b41af60e0454e755303194ab8f6ef
parent9266cc400ee2fc86abb24ab0819d9da280fb61c4
Refactor out code to fast-isel a memcpy operation with a small constant
length.  (I'm planning to use this to implement byval.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130274 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp