Remove unused MachineInstr constructors.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 5 Dec 2012 18:27:39 +0000 (18:27 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 5 Dec 2012 18:27:39 +0000 (18:27 +0000)
commitb47a4f7a0a780eb256cf090e01c5a002fff6684e
treef36afd7024bd9a867883ba3aa1109a9fb86cbe39
parent14ccc9007a932a23201251ced4be4c898a62d6a5
Remove unused MachineInstr constructors.

A MachineInstr can only ever be constructed by CreateMachineInstr() and
CloneMachineInstr(), and those factories don't use the removed
constructors.

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