diff options
Diffstat (limited to 'llvm/include/Support/GraphTraits.h')
| -rw-r--r-- | llvm/include/Support/GraphTraits.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/Support/GraphTraits.h b/llvm/include/Support/GraphTraits.h index 305f71e2800..4ff74176a7a 100644 --- a/llvm/include/Support/GraphTraits.h +++ b/llvm/include/Support/GraphTraits.h @@ -18,6 +18,8 @@ #ifndef SUPPORT_GRAPHTRAITS_H #define SUPPORT_GRAPHTRAITS_H +namespace llvm { + // GraphTraits - This class should be specialized by different graph types... // which is why the default version is empty. // @@ -76,4 +78,6 @@ struct Inverse { inline Inverse(GraphType &G) : Graph(G) {} }; +} // End llvm namespace + #endif |

