summaryrefslogtreecommitdiff
path: root/lib/Analysis/PostDominators.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-05-29 21:05:16 +0000
committerOwen Anderson <resistor@mac.com>2008-05-29 21:05:16 +0000
commit9491195710811cfe2413bbcd04bce2ed56ea121a (patch)
tree734377fd5ca0188ee614af202da96fbca9333e84 /lib/Analysis/PostDominators.cpp
parentd35121ad00667d93ea779a722dbee7d022410815 (diff)
downloadllvm-9491195710811cfe2413bbcd04bce2ed56ea121a.tar.gz
llvm-9491195710811cfe2413bbcd04bce2ed56ea121a.tar.bz2
llvm-9491195710811cfe2413bbcd04bce2ed56ea121a.tar.xz
Add newline at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/PostDominators.cpp')
-rw-r--r--lib/Analysis/PostDominators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/PostDominators.cpp b/lib/Analysis/PostDominators.cpp
index 3d3713b11d..4853c2ac87 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
+}