Add a newline at the end of this file.

llvm-svn: 51680
This commit is contained in:
Duncan Sands 2008-05-29 14:38:23 +00:00
parent 133e8040ca
commit 9e064a2180
1 changed files with 1 additions and 1 deletions

View File

@ -89,4 +89,4 @@ bool ADCE::runOnFunction(Function& F) {
FunctionPass *llvm::createAggressiveDCEPass() {
return new ADCE();
}
}