Calling memmove on a MachineOperand is totally safe.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 21 Feb 2015 16:22:48 +0000 (16:22 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 21 Feb 2015 16:22:48 +0000 (16:22 +0000)
commit5c0e64fcd6d93ed1033165ed74b524831fff285e
treedd4666c310b0c2808c3f6922427de483f6413b02
parentca08c44a46a7f055534790a0c0691e11ad100faa
Calling memmove on a MachineOperand is totally safe.

While it's not POD due to the user-defined constructor, it's still a trivially
copyable type. No functional change.

llvm-svn: 230141
llvm/lib/CodeGen/MachineInstr.cpp