Delete a stale comment. No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Meador Inge 2012-11-12 00:28:15 +00:00
parent 2da3691d6d
commit b798edd791

View File

@ -99,10 +99,6 @@ static bool CallHasFloatingPointArgument(const CallInst *CI) {
return false;
}
//===----------------------------------------------------------------------===//
// Memory LibCall Optimizations
//===----------------------------------------------------------------------===//
namespace {
//===----------------------------------------------------------------------===//
// Math Library Optimizations