David Blaikie b7770e0b85 MachineOperand::setIsDebug should ensure the register is /not/ a definition
This currently unused function appeared to be asserting in the wrong
direction - DebugValues are never definitions of registers, only uses.
Curiously we don't perform any of these checks for the more common (&
actually used) case of MachineOperand::CreateReg (or other Create
functions).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184065 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-16 20:34:09 +00:00
..
2013-05-16 02:20:41 +00:00
2013-05-13 01:16:13 +00:00
2013-03-25 13:47:46 +00:00
2013-05-16 21:02:15 +00:00
2013-06-14 22:04:32 +00:00