Move duplicated AddLiveIn function from X86 and ARM backends to be a method
authorBob Wilson <bob.wilson@apple.com>
Mon, 20 Apr 2009 18:36:57 +0000 (18:36 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 20 Apr 2009 18:36:57 +0000 (18:36 +0000)
commit998e125a87d49f28c714d8223a37746850401057
tree7120598afe0e7a85c772af91d375d54c2664dfb9
parent91b477d2fae6853bdb3c018862629305c6773367
Move duplicated AddLiveIn function from X86 and ARM backends to be a method
in the MachineFunction class, renaming it to addLiveIn for consistency with
the same method in MachineBasicBlock.  Thanks for Anton for suggesting this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69615 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunction.h
lib/CodeGen/MachineFunction.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp