remove empty section
authorChris Lattner <sabre@nondot.org>
Tue, 7 Apr 2009 02:55:53 +0000 (02:55 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 Apr 2009 02:55:53 +0000 (02:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68485 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/CodeGenPrepare.cpp

index 4eb49e9a95cd4f772166b54c547838f5c14b8a6c..9c09f5c74ed76852b6410c0bde5a3ef8335d110c 100644 (file)
@@ -568,10 +568,6 @@ static bool OptimizeCmpExpression(CmpInst *CI) {
   return MadeChange;
 }
 
-//===----------------------------------------------------------------------===//
-// Addressing Mode Analysis and Optimization
-//===----------------------------------------------------------------------===//
-
 //===----------------------------------------------------------------------===//
 // Memory Optimization
 //===----------------------------------------------------------------------===//