Use COPY in FastISel everywhere it is safe and trivial.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 03:31:00 +0000 (03:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 03:31:00 +0000 (03:31 +0000)
commit5127f7991373d1c69e4d3241ec11913f4f44bb21
tree37d955a798241792bf214d57512fac64e1778c02
parent273c14f5300ccf94459bed02964b4161a7338e79
Use COPY in FastISel everywhere it is safe and trivial.

The remaining copyRegToReg calls actually check the return value (shock!), so we
cannot trivially replace them with COPY instructions.

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