mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 01:42:09 +00:00
Fix header comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8779 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5208ba1292
commit
c36e4f465c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user