Add newline at end of file.
authorOwen Anderson <resistor@mac.com>
Thu, 29 May 2008 21:05:16 +0000 (21:05 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 29 May 2008 21:05:16 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51701 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/PostDominators.cpp

index 3d3713b11d9210fa11b0c7eebb9d3350f6bf5283..4853c2ac87b7998cabca44b0305eead84dc5991a 100644 (file)
@@ -91,4 +91,4 @@ PostDominanceFrontier::calculate(const PostDominatorTree &DT,
 
 FunctionPass* llvm::createPostDomFrontier() {
   return new PostDominanceFrontier();
-}
\ No newline at end of file
+}