From: Chris Lattner Date: Fri, 24 Feb 2006 18:53:51 +0000 (+0000) Subject: add a method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3c2da661b6886dc430cffe1e0358bc08995b0125;p=oota-llvm.git add a method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26357 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h index 6c90a4a4771..5bc51e8582f 100644 --- a/include/llvm/CodeGen/ScheduleDAG.h +++ b/include/llvm/CodeGen/ScheduleDAG.h @@ -335,6 +335,9 @@ namespace llvm { virtual void dump() const; private: + void AddOperand(MachineInstr *MI, SDOperand Op, unsigned IIOpNum, + const TargetInstrDescriptor *II); + /// PrepareNodeInfo - Set up the basic minimum node info for scheduling. /// void PrepareNodeInfo();