diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
| -rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index f56c053e4708..6e08f7b0503d 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -345,7 +345,7 @@ public:    /// CreateMachineInstr - Allocate a new MachineInstr. Use this instead    /// of `new MachineInstr'.    /// -  MachineInstr *CreateMachineInstr(const TargetInstrDesc &TID, +  MachineInstr *CreateMachineInstr(const MCInstrDesc &MCID,                                     DebugLoc DL,                                     bool NoImp = false);  | 
