commit | f325261856a16dfa34d323db7c15cf85a8ea3f4e | [log] [tgz] |
---|---|---|
author | Guochun Shi <gshi1@uiuc.edu> | Tue Jun 10 19:09:00 2003 +0000 |
committer | Guochun Shi <gshi1@uiuc.edu> | Tue Jun 10 19:09:00 2003 +0000 |
tree | e850acf107aa17de56e5e78c877b2a8491cf5ff1 | |
parent | 8f1d4ab409253e665a4cbd92401d345010bdc561 [diff] [blame] |
cleaned code add some comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6674 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h index db3a9a3..0d6f1ad 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h +++ b/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
@@ -120,7 +120,7 @@ const Instruction * _inst, int indexInBB, const TargetMachine &target); - + friend std::ostream & operator<<(std::ostream & os, const ModuloSchedGraphNode & edge);