[llvm-commits] CVS: llvm/include/llvm/ADT/UniqueVector.h
Evan Cheng
evan.cheng at apple.com
Tue Jan 17 11:21:14 PST 2006
Changes in directory llvm/include/llvm/ADT:
UniqueVector.h updated: 1.3 -> 1.4
---
Log message:
Suppress "no newline at end of file" warnings.
---
Diffs of the changes: (+1 -1)
UniqueVector.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/ADT/UniqueVector.h
diff -u llvm/include/llvm/ADT/UniqueVector.h:1.3 llvm/include/llvm/ADT/UniqueVector.h:1.4
--- llvm/include/llvm/ADT/UniqueVector.h:1.3 Tue Jan 17 10:29:58 2006
+++ llvm/include/llvm/ADT/UniqueVector.h Tue Jan 17 13:21:01 2006
@@ -67,4 +67,4 @@
} // End of namespace llvm
-#endif // LLVM_ADT_UNIQUEVECTOR_H
\ No newline at end of file
+#endif // LLVM_ADT_UNIQUEVECTOR_H
More information about the llvm-commits
mailing list