Use std::copy instead of a loop.
authorDan Gohman <gohman@apple.com>
Mon, 23 Jun 2008 16:45:24 +0000 (16:45 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 23 Jun 2008 16:45:24 +0000 (16:45 +0000)
commit7894ea75b5e25b2ca354a79f7b552ea941d157d8
tree8940821801b77a810b706a06aefd7ec56fc36063
parent1a203571ca94c4770a8cada8ace7fbeb0e65799a
Use std::copy instead of a loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52628 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp