diff options
author | Owen Anderson <resistor@mac.com> | 2008-05-29 21:05:16 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-05-29 21:05:16 +0000 |
commit | dd378c9ae0818d591a400ab831ee4da688b34964 (patch) | |
tree | 387d4bd6422a9dd6d7b675ca099a2a354059d64a /llvm/lib | |
parent | 6e582c449f75645547143ca5aafacbd691834ccd (diff) | |
download | bcm5719-llvm-dd378c9ae0818d591a400ab831ee4da688b34964.tar.gz bcm5719-llvm-dd378c9ae0818d591a400ab831ee4da688b34964.zip |
Add newline at end of file.
llvm-svn: 51701
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Analysis/PostDominators.cpp | 2 |
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 +} |