From a806a87e29efabc1d71863c03406df39f6901e96 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 29 May 2008 14:38:23 +0000 Subject: [PATCH] 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 --- lib/Transforms/Scalar/ADCE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.34.1