aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-07 02:55:53 +0000
committerChris Lattner <sabre@nondot.org>2009-04-07 02:55:53 +0000
commit683b08cf7c47dd3ec1d898efa02ec0780b080de5 (patch)
tree44521862f870f344656a6e864464fdd7f735853a
parent75b8eb225e025f8e22667fa8e823c0d585c21fe7 (diff)
remove empty section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68485 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/Scalar/CodeGenPrepare.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Transforms/Scalar/CodeGenPrepare.cpp b/lib/Transforms/Scalar/CodeGenPrepare.cpp
index 4eb49e9a95..9c09f5c74e 100644
--- a/lib/Transforms/Scalar/CodeGenPrepare.cpp
+++ b/lib/Transforms/Scalar/CodeGenPrepare.cpp
@@ -569,10 +569,6 @@ static bool OptimizeCmpExpression(CmpInst *CI) {
}
//===----------------------------------------------------------------------===//
-// Addressing Mode Analysis and Optimization
-//===----------------------------------------------------------------------===//
-
-//===----------------------------------------------------------------------===//
// Memory Optimization
//===----------------------------------------------------------------------===//