Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.92 -> 1.93 --- Log message: Update comments. --- Diffs of the changes: (+4 -3) TargetLowering.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/include/llvm/Target/TargetLowering.h diff -u llvm/include/llvm/Target/TargetLowering.h:1.92 llvm/include/llvm/Target/TargetLowering.h:1.93 --- llvm/include/llvm/Target/TargetLowering.h:1.92 Wed Dec 13 00:09:03 2006 +++ llvm/include/llvm/Target/TargetLowering.h Wed Dec 13 00:12:35 2006 @@ -168,9 +168,10 @@ /// getTypeToTransformTo - For types supported by the target, this is an /// identity function. For types that must be promoted to larger types, this - /// returns the larger type to promote to. For types that are larger than the - /// largest integer register, this contains one step in the expansion to get - /// to the smaller register. + /// returns the larger type to promote to. For integer types that are larger + /// than the largest integer register, this contains one step in the expansion + /// to get to the smaller register. For illegal floating point types, this + /// returns the integer type to transform to. MVT::ValueType getTypeToTransformTo(MVT::ValueType VT) const { return TransformToType[VT]; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits