From 1ddf664f743f3c8d2ff220888386a9b84396dcab Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 24 Feb 2002 23:01:21 +0000 Subject: Make it compile with GCC 3.0.4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1786 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/LiveVar/ValueSet.h | 2 +- include/llvm/CodeGen/ValueSet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/llvm/Analysis/LiveVar/ValueSet.h b/include/llvm/Analysis/LiveVar/ValueSet.h index 048d8df4c5..0c0aefad20 100644 --- a/include/llvm/Analysis/LiveVar/ValueSet.h +++ b/include/llvm/Analysis/LiveVar/ValueSet.h @@ -10,7 +10,7 @@ struct RAV { // Register Allocator Value const Value *V; RAV(const Value *v) : V(v) {} }; -ostream &operator<<(ostream &out, RAV Val); +std::ostream &operator<<(std::ostream &out, RAV Val); typedef std::set ValueSet; diff --git a/include/llvm/CodeGen/ValueSet.h b/include/llvm/CodeGen/ValueSet.h index 048d8df4c5..0c0aefad20 100644 --- a/include/llvm/CodeGen/ValueSet.h +++ b/include/llvm/CodeGen/ValueSet.h @@ -10,7 +10,7 @@ struct RAV { // Register Allocator Value const Value *V; RAV(const Value *v) : V(v) {} }; -ostream &operator<<(ostream &out, RAV Val); +std::ostream &operator<<(std::ostream &out, RAV Val); typedef std::set ValueSet; -- cgit v1.2.3