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

Reid Spencer reid at x10sys.com
Wed Feb 14 19:40:07 PST 2007



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.108 -> 1.109
---
Log message:

For PR1195: http://llvm.org/PR1195 :
Change use of "packed" term to "vector" in comments, strings, variable
names, etc.


---
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.108 llvm/include/llvm/Target/TargetLowering.h:1.109
--- llvm/include/llvm/Target/TargetLowering.h:1.108	Wed Feb 14 20:26:09 2007
+++ llvm/include/llvm/Target/TargetLowering.h	Wed Feb 14 21:39:17 2007
@@ -198,7 +198,7 @@
     return VT;
   }
 
-  /// getVectorTypeBreakdown - Packed types are broken down into some number of
+  /// getVectorTypeBreakdown - Vector types are broken down into some number of
   /// legal first class types.  For example, <8 x float> maps to 2 MVT::v4f32
   /// 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.






More information about the llvm-commits mailing list