From f325261856a16dfa34d323db7c15cf85a8ea3f4e Mon Sep 17 00:00:00 2001 From: Guochun Shi Date: Tue, 10 Jun 2003 19:09:00 +0000 Subject: cleaned code add some comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6674 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h') diff --git a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index db3a9a31e5..0d6f1ad3ac 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h +++ b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h @@ -120,7 +120,7 @@ private: const Instruction * _inst, int indexInBB, const TargetMachine &target); - + friend std::ostream & operator<<(std::ostream & os, const ModuloSchedGraphNode & edge); -- cgit v1.2.3-18-g5258