summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Analysis/PostDominators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/PostDominators.cpp b/llvm/lib/Analysis/PostDominators.cpp
index 3d3713b11d9..4853c2ac87b 100644
--- a/llvm/lib/Analysis/PostDominators.cpp
+++ b/llvm/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
+}
OpenPOWER on IntegriCloud