Fix header comment
authorChris Lattner <sabre@nondot.org>
Tue, 30 Sep 2003 18:12:25 +0000 (18:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Sep 2003 18:12:25 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8779 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueSet.h

index fa4159a78e3808925098120c6e0d507ce3999eae..8386e2cbbd92d452dbb9c9a3a281606b7f5b7088 100644 (file)
@@ -1,7 +1,10 @@
+//===-- llvm/CodeGen/ValueSet.h ---------------------------------*- C++ -*-===//
 //
-// VALUESET.H - This header is OBSOLETE, do not use it for new code.
+// This header is OBSOLETE, do not use it for new code.
 //
 // FIXME: Eliminate this file.
+//
+//===----------------------------------------------------------------------===//
 
 #ifndef VALUE_SET_H
 #define VALUE_SET_H
@@ -18,7 +21,6 @@ struct RAV {  // Register Allocator Value
 };
 std::ostream &operator<<(std::ostream &out, RAV Val);
 
-
 typedef std::set<const Value*> ValueSet;
 void printSet(const ValueSet &S);