From 3c5f0233e094ec5cea8e0f95af72fe29a7ce851d Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 29 Sep 2007 16:38:37 +0000 Subject: [PATCH] Add newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42470 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DominatorInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/DominatorInternals.h b/include/llvm/Analysis/DominatorInternals.h index cfd2d749a59..f84c8a60668 100644 --- a/include/llvm/Analysis/DominatorInternals.h +++ b/include/llvm/Analysis/DominatorInternals.h @@ -87,4 +87,4 @@ unsigned DFSPass(DominatorTreeBase& DT, typename GraphT::NodeType* V, } -#endif \ No newline at end of file +#endif