[llvm-commits] CVS: llvm/include/llvm/DerivedTypes.h
Misha Brukman
brukman at cs.uiuc.edu
Mon Oct 18 22:49:57 PDT 2004
Changes in directory llvm/include/llvm:
DerivedTypes.h updated: 1.62 -> 1.63
---
Log message:
Remove unnecessary spaces in function signature
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.62 llvm/include/llvm/DerivedTypes.h:1.63
--- llvm/include/llvm/DerivedTypes.h:1.62 Thu Oct 7 14:21:43 2004
+++ llvm/include/llvm/DerivedTypes.h Tue Oct 19 00:49:46 2004
@@ -328,7 +328,7 @@
///
static PackedType *get(const Type *ElementType, unsigned NumElements);
- inline unsigned getNumElements() const { return NumElements; }
+ inline unsigned getNumElements() const { return NumElements; }
// Implement the AbstractTypeUser interface.
virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);
More information about the llvm-commits
mailing list