[llvm-commits] [llvm] r45470 - in /llvm/trunk: include/llvm/Target/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CellSPU/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/
Chris Lattner
clattner at apple.com
Mon Dec 31 11:09:55 PST 2007
On Dec 30, 2007, at 10:32 PM, Owen Anderson wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=45470&view=rev
> Log:
> Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is
> part of the
> Machine-level API cleanup instigated by Chris.
Very nice Owen, thanks! One minor additional request: how about
renaming it to "InsertCopy" instead of "copyRegToReg"?
-Chris
More information about the llvm-commits
mailing list