Move some functionality for adding flags to MachineInstr's into methods on MachineIns...
authorOwen Anderson <resistor@mac.com>
Thu, 24 Jan 2008 01:10:07 +0000 (01:10 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 24 Jan 2008 01:10:07 +0000 (01:10 +0000)
commitb487e7215c4f70f3d98f8fbc0a11eb119afc1f37
treec707073b206365f8422c7ae4d64d3e02b802c910
parent3ae054385cfe9f2fcef2d77f26839615b1d3e48b
Move some functionality for adding flags to MachineInstr's into methods on MachineInstr rather than LiveVariables.

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