Add isDebug argument to ChangeToRegister; this prevents
authorDale Johannesen <dalej@apple.com>
Wed, 10 Feb 2010 00:41:49 +0000 (00:41 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 10 Feb 2010 00:41:49 +0000 (00:41 +0000)
commit9653f9ec970147a12216d787078eab2f8b9c122a
treeb49955fb580d864d121d0f9c02172623b8f4c0bf
parent8e089a9e4d6b7aa2b3968c38644f926f60a7c670
Add isDebug argument to ChangeToRegister; this prevents
the field from being used uninitialized later in some cases.

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