Use COPY for extracting ImplicitDef'ed values from fast-isel instructions.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 03:31:05 +0000 (03:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 03:31:05 +0000 (03:31 +0000)
commite797e0c8644a649d162fb339b148f5db10447d4e
treeee4cfe6de9b2ffcd7fb72a44f33f2a608855ba08
parent5127f7991373d1c69e4d3241ec11913f4f44bb21
Use COPY for extracting ImplicitDef'ed values from fast-isel instructions.

This assumes that the registers can be copied which is probably a safe
assumption.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108070 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp