+//===-- 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
};
std::ostream &operator<<(std::ostream &out, RAV Val);
-
typedef std::set<const Value*> ValueSet;
void printSet(const ValueSet &S);