From: Chris Lattner Date: Tue, 7 Apr 2009 02:55:53 +0000 (+0000) Subject: remove empty section X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=683b08cf7c47dd3ec1d898efa02ec0780b080de5;p=oota-llvm.git remove empty section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68485 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/CodeGenPrepare.cpp b/lib/Transforms/Scalar/CodeGenPrepare.cpp index 4eb49e9a95c..9c09f5c74ed 100644 --- a/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/lib/Transforms/Scalar/CodeGenPrepare.cpp @@ -568,10 +568,6 @@ static bool OptimizeCmpExpression(CmpInst *CI) { return MadeChange; } -//===----------------------------------------------------------------------===// -// Addressing Mode Analysis and Optimization -//===----------------------------------------------------------------------===// - //===----------------------------------------------------------------------===// // Memory Optimization //===----------------------------------------------------------------------===//