All callers of these methods actually wanted them to preserve the flags,
authorChris Lattner <sabre@nondot.org>
Tue, 5 Aug 2003 16:58:46 +0000 (16:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Aug 2003 16:58:46 +0000 (16:58 +0000)
commita2dd745613fdb9deff6037285f4efc20248c7b3d
treef13cab73755452d80e81f4f02e6f0a01d727c1b2
parent3d9c001af0e3e14559127dd51eedf9f6bff0bffe
All callers of these methods actually wanted them to preserve the flags,
so get rid of the def/use parameters that were getting passed in.

**** This now changes the semantics of these methods to preserve the flags,
     not clobber them!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7602 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/MachineInstr.cpp