[llvm-commits] CVS: llvm/lib/Target/Target.td

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 18 16:17:18 PDT 2005



Changes in directory llvm/lib/Target:

Target.td updated: 1.43 -> 1.44
---
Log message:

Add a new flag


---
Diffs of the changes:  (+4 -0)

 Target.td |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.43 llvm/lib/Target/Target.td:1.44
--- llvm/lib/Target/Target.td:1.43	Sat Jan  1 20:27:48 2005
+++ llvm/lib/Target/Target.td	Thu Aug 18 18:17:07 2005
@@ -145,6 +145,10 @@
 ///     (ops R32:$dst, R32:$src) or something similar.
 def ops;
 
+/// variable_ops definition - Mark this instruction as taking a variable number
+/// of operands.
+def variable_ops;
+
 /// Operand Types - These provide the built-in operand types that may be used
 /// by a target.  Targets can optionally provide their own operand types as
 /// needed, though this should not be needed for RISC targets.






More information about the llvm-commits mailing list