diff options
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); |