From 9766f8c3a2d56ba0c58c8be552082580fdcd4ca7 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 llvm-svn: 6674 --- llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h') diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index db3a9a31e5f..0d6f1ad3ac0 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h +++ b/llvm/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