Fix induction variable name clash in for loops, in finishFunction().
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 1 Jun 2003 22:08:29 +0000 (22:08 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 1 Jun 2003 22:08:29 +0000 (22:08 +0000)
commit63b99f91c9d89eea387a53df42bcc9d35d3bce21
tree7fb1bc8aaea21a0c6ec805967542583e2f4ca40b
parent76e3dc798b3593fa334b3f2790762aa9ce8d6a6e
Fix induction variable name clash in for loops, in finishFunction().
Modify new MachineOperand so that its flags match the old MachineOperand's
 flags, for the flags that matter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/SparcEmitter.cpp