Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.73 -> 1.74
---
Log message:

Fix a mis-leading comment.

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

 TargetLowering.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.73 
llvm/include/llvm/Target/TargetLowering.h:1.74
--- llvm/include/llvm/Target/TargetLowering.h:1.73      Tue May 16 17:52:11 2006
+++ llvm/include/llvm/Target/TargetLowering.h   Wed May 17 13:08:20 2006
@@ -173,7 +173,7 @@
   }
   
   /// getPackedTypeBreakdown - Packed types are broken down into some number of
-  /// legal scalar types.  For example, <8 x float> maps to 2 MVT::v2f32 values
+  /// legal first class types.  For example, <8 x float> maps to 2 MVT::v2f32
   /// with Altivec or SSE1, or 8 promoted MVT::f64 values with the X86 FP 
stack.
   /// Similarly, <2 x long> turns into 4 MVT::i32 values with both PPC and X86.
   ///



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

Reply via email to