diff options
Diffstat (limited to 'include/llvm/IR/CFG.h')
-rw-r--r-- | include/llvm/IR/CFG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/CFG.h b/include/llvm/IR/CFG.h index e6e21b4..f78220a 100644 --- a/include/llvm/IR/CFG.h +++ b/include/llvm/IR/CFG.h @@ -396,6 +396,6 @@ template <> struct GraphTraits<Inverse<const Function*> > : } }; -} // namespace llvm +} // End llvm namespace #endif |