Add a newline at the end of this file.
authorDuncan Sands <baldrick@free.fr>
Thu, 29 May 2008 14:38:23 +0000 (14:38 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 29 May 2008 14:38:23 +0000 (14:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51680 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ADCE.cpp

index 5c3b833452b5a911a932e32cd75f7ee0e38626c2..c698829f5b44cc7dcd8e0728c3e20afcdc787300 100644 (file)
@@ -89,4 +89,4 @@ bool ADCE::runOnFunction(Function& F) {
 
 FunctionPass *llvm::createAggressiveDCEPass() {
   return new ADCE();
-}
\ No newline at end of file
+}