From: Duncan Sands Date: Thu, 29 May 2008 14:38:23 +0000 (+0000) Subject: Add a newline at the end of this file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a806a87e29efabc1d71863c03406df39f6901e96;p=oota-llvm.git Add a newline at the end of this file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51680 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/ADCE.cpp b/lib/Transforms/Scalar/ADCE.cpp index 5c3b833452b..c698829f5b4 100644 --- a/lib/Transforms/Scalar/ADCE.cpp +++ b/lib/Transforms/Scalar/ADCE.cpp @@ -89,4 +89,4 @@ bool ADCE::runOnFunction(Function& F) { FunctionPass *llvm::createAggressiveDCEPass() { return new ADCE(); -} \ No newline at end of file +}