When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 21 Oct 2003 12:29:45 +0000 (12:29 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 21 Oct 2003 12:29:45 +0000 (12:29 +0000)
commitd248652b8beaef52b1b256fa52092967f1b0f6ef
tree0a42b916ec3d7442d3aeb8054f1bbd3d91f87798
parent472c3046fe7b12fa9e8dd4c1bd98d0efad51e7f8
When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),
this code wasn't fixed correctly so it missed copy operations that used ADDi.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9PeepholeOpts.cpp