[llvm-commits] CVS: llvm/include/llvm/CodeGen/ValueSet.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 13:13:01 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
ValueSet.h updated: 1.11 -> 1.12
---
Log message:
Fix header comment
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/ValueSet.h
diff -u llvm/include/llvm/CodeGen/ValueSet.h:1.11 llvm/include/llvm/CodeGen/ValueSet.h:1.12
--- llvm/include/llvm/CodeGen/ValueSet.h:1.11 Tue Jan 14 16:56:14 2003
+++ llvm/include/llvm/CodeGen/ValueSet.h Tue Sep 30 13:12:25 2003
@@ -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
@@ -17,7 +20,6 @@
RAV(const Value &v) : V(v) {}
};
std::ostream &operator<<(std::ostream &out, RAV Val);
-
typedef std::set<const Value*> ValueSet;
void printSet(const ValueSet &S);
More information about the llvm-commits
mailing list