[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Evan Cheng evan.cheng at apple.com
Tue Dec 12 22:09:18 PST 2006



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.91 -> 1.92
---
Log message:

Update comments.

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

 TargetLowering.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.91 llvm/include/llvm/Target/TargetLowering.h:1.92
--- llvm/include/llvm/Target/TargetLowering.h:1.91	Sun Dec 10 17:12:42 2006
+++ llvm/include/llvm/Target/TargetLowering.h	Wed Dec 13 00:09:03 2006
@@ -338,9 +338,9 @@
   }
 
   /// getNumElements - Return the number of registers that this ValueType will
-  /// eventually require.  This is always one for all non-integer types, is
-  /// one for any types promoted to live in larger registers, but may be more
-  /// than one for types (like i64) that are split into pieces.
+  /// eventually require.  This is one for any types promoted to live in larger
+  /// registers, but may be more than one for types (like i64) that are split
+  /// into pieces.
   unsigned getNumElements(MVT::ValueType VT) const {
     return NumElementsForVT[VT];
   }






More information about the llvm-commits mailing list