Pass "earlyclobber" bit through to machine
authorDale Johannesen <dalej@apple.com>
Fri, 12 Sep 2008 17:49:03 +0000 (17:49 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 12 Sep 2008 17:49:03 +0000 (17:49 +0000)
commit913d3dfac43f29921467f33aa743f28ee1bfc5d1
treec8d41ba2614bd1798f9553e689f4489fbc1ee330
parentf5aeb1a8e4cf272c7348376d185ef8d8267653e0
Pass "earlyclobber" bit through to machine
representation; coalescer and RA need to know
about it.  No functional change.

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