Add newline at end of file.

llvm-svn: 51701
This commit is contained in:
Owen Anderson 2008-05-29 21:05:16 +00:00
parent 6e582c449f
commit dd378c9ae0
1 changed files with 1 additions and 1 deletions

View File

@ -91,4 +91,4 @@ PostDominanceFrontier::calculate(const PostDominatorTree &DT,
FunctionPass* llvm::createPostDomFrontier() {
return new PostDominanceFrontier();
}
}