diff options
Diffstat (limited to 'lib/Transforms/Scalar/CodeGenPrepare.cpp')
-rw-r--r-- | lib/Transforms/Scalar/CodeGenPrepare.cpp | 4 |
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 //===----------------------------------------------------------------------===// |