1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 15538467ae
commit 18fb7b1fa3

View File

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