diff options
Diffstat (limited to 'llvm/include/Support/GraphWriter.h')
| -rw-r--r-- | llvm/include/Support/GraphWriter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/Support/GraphWriter.h b/llvm/include/Support/GraphWriter.h index 2cb8fcc985a..7e5aa80645b 100644 --- a/llvm/include/Support/GraphWriter.h +++ b/llvm/include/Support/GraphWriter.h @@ -28,6 +28,8 @@ #include <vector> #include <iostream> +namespace llvm { + namespace DOT { // Private functions... inline std::string EscapeString(const std::string &Label) { std::string Str(Label); @@ -206,4 +208,6 @@ std::ostream &WriteGraph(std::ostream &O, const GraphType &G, return O; } +} // End llvm namespace + #endif |

