[llvm-commits] CVS: llvm/utils/TableGen/CodeGenInstruction.h

Nate Begeman natebegeman at mac.com
Wed Nov 30 15:58:29 PST 2005



Changes in directory llvm/utils/TableGen:

CodeGenInstruction.h updated: 1.13 -> 1.14
---
Log message:

fit into 80 columns


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

 CodeGenInstruction.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/utils/TableGen/CodeGenInstruction.h
diff -u llvm/utils/TableGen/CodeGenInstruction.h:1.13 llvm/utils/TableGen/CodeGenInstruction.h:1.14
--- llvm/utils/TableGen/CodeGenInstruction.h:1.13	Sat Nov 19 01:05:57 2005
+++ llvm/utils/TableGen/CodeGenInstruction.h	Wed Nov 30 17:58:18 2005
@@ -60,8 +60,8 @@
       unsigned MIOperandNo;
       unsigned MINumOperands;   // The number of operands.
 
-      /// MIOperandInfo - Default MI operand type. Note an operand may be made up
-      /// of multiple MI operands.
+      /// MIOperandInfo - Default MI operand type. Note an operand may be made
+      /// up of multiple MI operands.
       DagInit *MIOperandInfo;
 
       OperandInfo(Record *R, MVT::ValueType T, const std::string &N,






More information about the llvm-commits mailing list