Changes in directory llvm/include/llvm/Target:

TargetInstrInfo.h updated: 1.107 -> 1.108
---
Log message:

Use MI's TargetInstrDescriptor.

---
Diffs of the changes:  (+2 -1)

 TargetInstrInfo.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.107 
llvm/include/llvm/Target/TargetInstrInfo.h:1.108
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.107    Fri Dec  1 15:46:55 2006
+++ llvm/include/llvm/Target/TargetInstrInfo.h  Fri Dec  8 01:56:02 2006
@@ -259,7 +259,8 @@
 
   /// findTiedToSrcOperand - Returns the operand that is tied to the specified
   /// dest operand. Returns -1 if there isn't one.
-  int findTiedToSrcOperand(MachineOpCode Opcode, unsigned OpNum) const;
+  int findTiedToSrcOperand(const TargetInstrDescriptor *TID,
+                           unsigned OpNum) const;
 
   /// getDWARF_LABELOpcode - Return the opcode of the target's DWARF_LABEL
   /// instruction if it has one.  This is used by codegen passes that update



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to