[CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 16 Dec 2015 22:15:30 +0000 (22:15 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 16 Dec 2015 22:15:30 +0000 (22:15 +0000)
commit411b15e22ebc30c3988d4dbf45a818eedf606cb4
tree468b32594594b1fed749cd0a3eaa546b08655013
parentfd56824d399633fdf67d9a2dd74200076638437e
[CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.

This matches the other MIB methods, none of which modify the builder.
Without this, we can't chain copyImplicitOps.
Also reformat the few users, in PPCEarlyReturn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255828 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstrBuilder.h
lib/Target/PowerPC/PPCEarlyReturn.cpp