diff options
author | Guochun Shi <gshi1@uiuc.edu> | 2003-06-10 19:09:00 +0000 |
---|---|---|
committer | Guochun Shi <gshi1@uiuc.edu> | 2003-06-10 19:09:00 +0000 |
commit | f325261856a16dfa34d323db7c15cf85a8ea3f4e (patch) | |
tree | e850acf107aa17de56e5e78c877b2a8491cf5ff1 /lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | |
parent | 8f1d4ab409253e665a4cbd92401d345010bdc561 (diff) |
cleaned code
add some comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h')
-rw-r--r-- | lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |