add a method
authorChris Lattner <sabre@nondot.org>
Fri, 24 Feb 2006 18:53:51 +0000 (18:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Feb 2006 18:53:51 +0000 (18:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26357 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ScheduleDAG.h

index 6c90a4a477195185c957e2f006083643479e10d5..5bc51e8582f5fd04b20c6ce6c987ccd18b59e130 100644 (file)
@@ -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();