[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp

Reid Spencer reid at x10sys.com
Wed Feb 14 19:12:06 PST 2007



Changes in directory llvm/lib/VMCore:

Type.cpp updated: 1.172 -> 1.173
---
Log message:

For PR1195: http://llvm.org/PR1195 :
Change a comment: Packed Type -> Vector Type


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

 Type.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.172 llvm/lib/VMCore/Type.cpp:1.173
--- llvm/lib/VMCore/Type.cpp:1.172	Wed Feb 14 20:26:10 2007
+++ llvm/lib/VMCore/Type.cpp	Wed Feb 14 21:11:50 2007
@@ -1129,7 +1129,7 @@
 
 
 //===----------------------------------------------------------------------===//
-// Packed Type Factory...
+// Vector Type Factory...
 //
 namespace llvm {
 class VectorValType {






More information about the llvm-commits mailing list