From 469647bf384550b6a4bb06eab9f466a15be50037 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 May 2006 18:16:01 +0000 Subject: Remove and simplify some more machineinstr/machineoperand stuff. llvm-svn: 28105 --- llvm/lib/CodeGen/MachineInstr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineInstr.cpp') diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index f2a604cf6d0..2cb5119e49d 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -41,7 +41,7 @@ namespace llvm { /// add* methods below to fill up the operands, instead of the Set methods. /// Eventually, the "resizing" ctors will be phased out. /// -MachineInstr::MachineInstr(short opcode, unsigned numOperands, bool XX, bool YY) +MachineInstr::MachineInstr(short opcode, unsigned numOperands) : Opcode(opcode), parent(0) { operands.reserve(numOperands); // Make sure that we get added to a machine basicblock -- cgit v1.2.3