summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
diff options
context:
space:
mode:
authorGuochun Shi <gshi1@uiuc.edu>2003-06-10 19:09:00 +0000
committerGuochun Shi <gshi1@uiuc.edu>2003-06-10 19:09:00 +0000
commit9766f8c3a2d56ba0c58c8be552082580fdcd4ca7 (patch)
tree5ad16b66d9dcd0d2108f0390c17c7746caa57c18 /llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
parent2ee8c115d8f0bd6a47901be966cc311c2470df84 (diff)
downloadbcm5719-llvm-9766f8c3a2d56ba0c58c8be552082580fdcd4ca7.tar.gz
bcm5719-llvm-9766f8c3a2d56ba0c58c8be552082580fdcd4ca7.zip
cleaned code
add some comments llvm-svn: 6674
Diffstat (limited to 'llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h')
-rw-r--r--llvm/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud