From: Meador Inge Date: Mon, 12 Nov 2012 00:28:15 +0000 (+0000) Subject: Delete a stale comment. No functional change. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b798edd79147a607ad21aa322ac71f3bb23ff516;p=oota-llvm.git Delete a stale comment. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167698 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/SimplifyLibCalls.cpp b/lib/Transforms/Scalar/SimplifyLibCalls.cpp index 0f95e15e970..17d07cdb2d4 100644 --- a/lib/Transforms/Scalar/SimplifyLibCalls.cpp +++ b/lib/Transforms/Scalar/SimplifyLibCalls.cpp @@ -99,10 +99,6 @@ static bool CallHasFloatingPointArgument(const CallInst *CI) { return false; } -//===----------------------------------------------------------------------===// -// Memory LibCall Optimizations -//===----------------------------------------------------------------------===// - namespace { //===----------------------------------------------------------------------===// // Math Library Optimizations