From 9491195710811cfe2413bbcd04bce2ed56ea121a Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 29 May 2008 21:05:16 +0000 Subject: [PATCH] Add newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51701 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/PostDominators.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/PostDominators.cpp b/lib/Analysis/PostDominators.cpp index 3d3713b11d9..4853c2ac87b 100644 --- a/lib/Analysis/PostDominators.cpp +++ b/lib/Analysis/PostDominators.cpp @@ -91,4 +91,4 @@ PostDominanceFrontier::calculate(const PostDominatorTree &DT, FunctionPass* llvm::createPostDomFrontier() { return new PostDominanceFrontier(); -} \ No newline at end of file +}